Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #661879

    Hi Kriesi Team,

    I have the following problem. When I disable the sidebar for single posts (Enfold settings), the single post container gets quite narrow. But in DOM explorere I can see that the width is set to 100% ??
    What I figured out by now: when I enable the sidbar in the themes options, make a “display: none” to the sidebar and set then the width to 100% (I see the desired split of 30%-70%) it works.
    But there should be a direct way. Where is my mistake?

    Thanks in advance.
    Jan

    #662043

    Hey Jan,

    This should work without any css hacks, please remove the css to hide the sidebar if any added and share the precise link to the page where we can see the issue and the wordpress login details in private content so we can further investigate this issue.

    Best regards,
    Vinay

    #662080

    Hey Vinay,

    no CSS added :-)
    Here is the link:
    http://joleo.de/a-nice-entry/
    Login below…

    The text should be 100% of the total page width or so.

    Best regards,
    Jan

    #662100

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 100%;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #662270

    Great!! Works from the beginning :-)
    You can close this.

    Thanks Yigit!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Single Post width without Sidebar’ is closed to new replies.