Hey there,
I’ve had no luck pinpointing the css with firebug for the author gravatar that overlays the blog post when using the “blog posts” element with “multi author blog style” selected. Refer to link to dev site link in private content.
Just need some quick css to sort.
Thank you!
Hey loudcow!
Add this to a codeblock element in the page.
<style type = "text/css">
#top .fullsize .template-blog .blog-meta { margin: 0px !important; }
</style>
Regards,
Elliott
Hey there Elliot! Thank you for this. Since there’s loads of pages requiring it – is there a bit of code I could just apply site wide via quick css. I just whacked that code into the quick css field in settings but it didn’t apply. I’ve cleared cache etc. I imagined it’d be just a bit of align:left code for the gravator piccy :)
Hi,
Did you add it without the style tags?
#top .fullsize .template-blog .blog-meta { margin: 0px !important; }
If that doesn’t work then please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
I’m embarrassed to admit after working 48 hours straight – no! Of course. Thank you – works perfectly.