• Resolved grgbyny

    (@grgbyny)


    Hello,

    I’m trying to set the page layout to full-width on the customize page, but it won’t switch to full width, it just hides the sidebar but the main area doesn’t resize to fill its space. I can’t figure out a solution, please, help!

    Thanks,

    greg

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author CyberChimps

    (@cyberchimps)

    Hi Greg,

    Full-width option denotes that the page does not display the sidebar on any side. As per design, the Responsive theme layout has been set in a container.
    This can be changed using custom CSS.
    Please try adding the below custom CSS under Customize > CSS Styles

    #container
    {
    max-width:100%;
    }

    Thanks.

    Thread Starter grgbyny

    (@grgbyny)

    Thank you for your suggestions but I’m afraid I didn’t explain the situation well.

    Actually, the content doesn’t fill the full width of the wrapper when I choose the layout named “full width, no sidebars”. I don’t need it to fill the whole browser window, I just used the term because it is what it’s called in the drop-down menu.

    Theme Author CyberChimps

    (@cyberchimps)

    Ohh…Can you please share your site link, so that I can assist you further ?
    Also, please mention the page that is facing the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full width is not full width, please help!’ is closed to new replies.