Site logo

Archived topic

Woocommerce fix avatar container

3 replies · Started by FunkyCss on March 23, 2023

Viewing posts 1–4 of 4

Hi there,

On my woocommerce store based on Generatepress I dont use any avatars, but only the comment text, in mobile looks a bit on the right with some margin i guess, how can I fix this issue?

https://ibb.co/N6FQWB5

Thank you in advance

Hi there,

yeah woo is adding 50px of Left Margin there, not sure why as but you can remove it with this CSS:

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
}

Thank you David very much

You're welcome!

This archived topic is closed to new replies.