Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #748577

    When I create a post page the content will not go full width. I have the Sidebar Settings set to “no sidebar” in the Enfold Settings, but it won’t work. And a quirk, now that I have touched the sidebar settings it won’t go back, so even if I revert to setting it back to right sidebar and then no sidebar in the actual post page, my content is still centered in the page as though it has invisible sidebars on left and right.

    I have tried adding CSS as per some of the other forum questions, but it doesn’t fix the issue.

    #750739

    Hey lunatrix,

    There are two places where the sidebar options can be set.

    1. Sidebar can be displayed or hidden sitewide from Enfold theme options.
    2. You can also enable or disable the sidebar for individual pages from the sidebar options found on the page and this is given more importance.
    3. Other reasons could be due to a plugin or custom modification.

    Please check the sidebar option on the page if it is hidden.

    If you still have any questions please upload a screenshot/mockup to imgur.com and share the link here and share the login credentials to wordpress admin page in private so we can take a closer look at the issue.

    Best regards,
    Vinay

    #750750

    I was able to get the content to go full screen after switching into the Advanced Editor. If you are not using the advanced editor and you change the sidebar settings in the Enfold theme options then it seems to mess with the overall templates making them appear to have invisible sidebars on both sides. I am having the same issue on my other site as well.

    On my other website the blog, reviews, and articles pages are all unhappily formatted with the invisible sidebars. The Enfold settings have “no sidebar” set for all of the configurable pages and the pages are set to use the advanced editor and a “blog posts” content element. I have also set the Layout -> Sidebar settings on the individual pages to “no sidebar”, to no avail. Also, with this setup, any other elements that I have added to the blog page (a color block at the bottom with content) will not show up on the page.)

    #752782

    Hi,

    The sidebars are not invisible. The width is just limited to a certain pixel.

    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1500px;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }

    Add the code to adjust the width limit. Default value is 800px.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.