Changed grid post but has no comments

Hi,

I used width: 100% to change the grid posts at my blog

.blog.home article.post {
        width: 100%;

but this posts don’t have the comments options, how can I fix this?

U can visit www.valeriadefranca.com

P.S.: it’s in Portugues (BR) so “Deixe um comentário” means “Leave a comment” ok?


One more thing: how can I centralize this share buttons, I’m using Jetpack

Hi @valeriadefranca,

I hope you are well today and thank you for your question.

You can display it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.blog.home #page article.post  .read-more,
.blog.home #page article.post  .entry-footer {
    display: block;
}

Best Regards,
Movin