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

    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

    #790546

    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

    #790901

    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

    #791741

    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

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