Site logo

[Resolved] Woocommerce fix avatar container

Home Forums Support [Resolved] Woocommerce fix avatar container

Home Forums Support Woocommerce fix avatar container

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2578581
    FunkyCss

    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

    #2579031
    David
    Staff
    Customer Support

    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;
    }
    #2581376
    FunkyCss

    Thank you David very much

    #2581531
    David
    Staff
    Customer Support

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.