Hello,
On my Blog page, I’ve chosent the Unique author / small image presentation but I don’t understand why my image is centered while on your demo it’s on the left. I’ve tried to remove my whole customize css but same result. Why is the image centered, how can I get it on the left.
Thanks for your help,
Marine
Hi Marine
I would love to help you if you post your website URL here so I can see where it happens.
Without it makes it slightly more difficult.
Best
Michael
Here is for u Micheal : I just open the site for a few minutes, it’s still under development
Hi Marine
Thanks – try adding this CSS code:
#top .fullsize .template-blog .blog-meta {
float: left;
margin: 0px 10px 10px 10px !important;
}
#top .fullsize .flex_column .template-blog .post .entry-content-wrapper > * {
max-width: 90%;
}
Is that how you would like it to look like?
Best
Michael
Yes perfect!
Thanks Michael :-)
Cool – glad it worked ;)