Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103009
    TimTimothy
    Participant

    Hi…

    I’ve chosen “No Sidebar (Content Width)” for a page in which I want the primary content to expand the full width of the site. But instead of doing that, the content box just centers on the page and is only partial width.

    I’d expect such a setting to stretch that content full width. Am I missing something?

    Here’s the page I want full width:

    http://members.nippc.org/member-list/

    Help! 🙂

    #103022
    Mahesh
    Keymaster

    @timtimothy: No Sidebar (Content Width) will not expand the primary content to full width, it will remove the sidebar and centers the primary content with same width. Full Width feature is only available in Pro version. I recommend you to upgrade to Pro.
    Or you can use Custom CSS to make it full width. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .no-sidebar.content-width #main {
        width: 100%;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘No Sidebar (Content Width)’ is closed to new replies.