I can't get the site to be full width

Home Forums Gillion Theme I can’t get the site to be full width

Home Forums Gillion Theme I can’t get the site to be full width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • MMilesMM
    Participant

    I edited the Site with the Gutenberg Editor and tried to make the site full width but I had not any luck so far.

    Website: https://aggro.info

     

    Solution for this topic

    Hi @MMilesMM,

     

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

     

    Please make sure that you have configured the boxed layout option in the theme setting as shown in the attached screenshot and also remove the below CSS code added in the custom CSS option of the theme settings.

     

    body #page-container {
        position: relative;
        max-width: 1200px!important;
        margin: 0 auto;
        background-color: #ffffff!important;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        overflow: hidden;
        margin-top: 50px;
        padding-top: 0px!important;
        box-shadow: 0px 6px 30px rgba(0,0,0,0.1);
    }

     

    Best regards,
    Shufflehound team

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

    MMilesMM
    Participant

    Thanks for the reply, I was a bone head and did not disable the boxed layout..

    Now it works.

    You are most welcome here 🙂

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