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.
Thanks.
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
FYI, I had the same issue and the solution provided fixed it: https://kriesi.at/support/topic/half-sized-blog-element-single-author-style/