Overall width

Home Forums Gillion Theme Overall width

Home Forums Gillion Theme Overall width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • marcosroberio
    Participant

    Good morning people, everything fine? I have a problem with my website template (somosplurall.com.br), I have tried in every way to use the full width as configured, but it doesn’t work. Is there any code for me to achieve this? Thank you.

    Attachments:
    You must be logged in to view attached files.

    Hi @marcosroberio,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 1250px){
    body .container {
        max-width: 100% !important;
        min-width: 1200px!important;
        width: 97% !important;
    }
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)