Hi there,
Great theme and great support.
I have two blog post elements lists on different pages (one is on the home page) and even if they are set up exactly the same they look different.
– single preview small picture
– excerpt with read only link
One has the picture on the left and the other on top.
I have checked for quick CSS code affecting this.
Note that I have another thread going where I want to increase the size of the picture. The quick CSS code I put in has so far just affected one of the blog elements. The home page stays the same.
Any ideas?
Hi Jon Erik!
You most likely have the page set to fullwidth, no sidebar. When the page is set to that the blog layout is set to centered. Try setting it to a right sidebar layout and then add this inside a codeblock element in the page content.
<style type = "text/css">
aside { display: none !important; }
#main { width: 100% !important; border-right: 0px !important; }
</style>
Cheers!
Elliott
Thank you.