Hi Kriesi,
I want to use “blog posts” / “Blog Beiträge” on a page without sidebars. The thing is that “blog posts” looks different without the sidebars. I wish it looks like with the sidebar, see links in private content.
Why is that?
Greets
Dennis
Hey dennsen,
Well, width of the container is different, hence different positioning of the elements. Could also be some other different setting.
Best regards,
Victoria
Hi Victoria,
Unfortunately this doesn’t help me at all. I know that the width of the container is different, but there is no need for that to be messed up. So why is it so? Could you please give me a solution? I need all elements aligned to the left wihout a sidebar.
Thank you
Dennis
Hi Dennis,
Well, the original question was “Why is that?”. I gave you the answer. Now we are getting somewhere, when you ask specific question on how to adjust it :)
This is the code that will help you, put it your child theme style.css
#top .fullsize .template-blog .post .entry-content-wrapper {
text-align: left;
max-width: 100%;
}
#top .fullsize .template-blog .blog-meta {
margin: 0px 20px;
}
#top .fullsize .template-blog .post .entry-content-wrapper > * {
margin-left: 0;
}
#top .fullsize .template-blog .post-title {
text-align: left;
}
If you need further assistance please let us know.
Best regards,
Victoria