When I do not have a sidebar activated, gravatar photo appears centered beneath featured image. When I activated sidebar, its positioned to the left of the post. I’d like to have the gravatar bubble photo centered beneath the featured image even when using a sidebar. and the content flushed to the edge of comment box. It’s been a bugger trying to figure out on my own so your assistance is appreciated.
Hey AMseptemeber!
Can you please post the link to your website where we can see examples?
Cheers!
Yigit
Hey!
You can use this on Quick CSS or custom.css:
.multi-big .post_author_timeline, .single-small .post_author_timeline {
display: none;
}
.template-page .big-preview {
padding: 0 0 10px 0px;
}
.template-blog .blog-meta {
position: absolute;
top: 200px;
z-index: 999;
left: 40%;
}
Regards,
Ismael