Tagged: , , ,

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

    Hi,

    in your theme demo you have the thumbnails aligned left with the title, excerpt and read more link to the right.

    The only way I can replicate this is to add a sidebar to the page. If I don’t then the posts centre with the content vertically underneath.

    I’ve had this on two sites now.

    Can you advise how I get this layout without adding a sidebar?

    Here is a screenshot showing the layout with a sidebar on the left and without on the right. As you can see the sidebar changes the justification of the blog elements.

    Comparison of Blog layout with and without a sidebar

    Thanks.

    #578912

    Hi DigitalEssence!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    aside { display: none !important; }
    main { width: 100% !important; border-right: 0px !important; }
    </style>

    Regards,
    Elliott

    #578944

    FYI, I had the same issue and the solution provided fixed it: https://kriesi.at/support/topic/half-sized-blog-element-single-author-style/

    #579004

    @Elliott

    Thanks for your reply. Your fix worked. NOTE: Anyone else using this, keep the sidebar in the page as this codeblock removes it.


    @mborland
    : Thanks for your reply. I replicated the code from your thread but it didn’t make any difference which is odd..

    #579405

    Hi,

    Great, glad you got it working and thanks for the feedback.

    Regards,
    Rikard

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