When I disable the sidebar in the theme sidebar options, the blog post loop layout is messed up. The same applies to the blog post element if used in custom pages. Please provide a solution asap.
Thanks, Barbara
Hi Butterkipferl,
Can you give us a link to the page shown?
Best regards,
Nikko
Hello Nikko, I am still working on the website – the link to the dev server below:
Hi Butterkipferl,
Thanks, please go to Enfold > Blog Layout, then try to play around with Blog Styling and Blog Layout.
Best regards,
Nikko
What do you mean by playing around? The layout is fine when the sidebar is enabled, when I disable it, the layout is not working anymore. Did you have a look at the screenshots I sent? I need the blog layout (https://kriesi.at/themes/enfold/blog/blog-single-small/) to work without sidebar. At the moment the image is not placed on the left side as it should be, but above the text – which does not work for my client. Please provide a solution for the problem.
Thanks, Barbara
Hi Barbara,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top.blog #main .sidebar {
display: none;
}
#top.blog #main main.content {
margin-left: auto;
margin-right: auto;
float: none;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
thank you very much for the workaround – it worked! Are you going to fix the problem any time soon or is this the permanent solution?
Thanks, Barbara
Hi Barbara,
I have forwarded the issue to our devs.
They are a bit busy at the moment but they should be able to review it and fix it soon.
Best regards,
Nikko