• Resolved funkyt

    (@funkyt)


    Hello!

    I would like to remove Avatars for the reviews section on my Single Product pages.

    I have successfully disabled Avatars in my WordPress Discussion Settings, but the space taken up by the Avatar is still there, making the review text look displaced to the right.

    How can I shift the review text to the left margin?

    Thank you in advance for any replies!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support wpnomad a11n

    (@wpnomad)

    Hi @funkyt ,

    I have successfully disabled Avatars in my WordPress Discussion Settings, but the space taken up by the Avatar is still there, making the review text look displaced to the right.

    How can I shift the review text to the left margin?

    Add the following CSS to your site (under Appearance > Customize > Additional CSS):

    
    .woocommerce #reviews #comments ol.commentlist li .comment_container {
        padding-left: 0 !important;
    }
    

    After adding the CSS code, the review section would shift to left and would look like this: https://d.pr/i/pKkaQ8

    I hope this helps!

    Thread Starter funkyt

    (@funkyt)

    Thank you @wpnomad, your code worked like a dream!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single Product Page: Remove ‘invisible’ Avatar (Reviews Section)’ is closed to new replies.