• Resolved depchanh

    (@depchanh2019)


    Hello,

    Please look at screenshot below:
    https://ibb.co/dB0352Y

    The review section in single product page is seperated to 2 columns.

    I was trying to fix but couldn’t find option to do and also can’t find the same thread on internet.

    Please help me to resolve this problem.

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello,
    This is caused by your theme. I recommend contacting your theme author for a permanent fix, but as a workaround you can use this custom CSS code:

    
    .woocommerce #reviews #comments, .woocommerce #reviews #review_form_wrapper {
      padding-left: 0 !important;
      widht: 100% !important;
      float: none !important;
    }
    

    You can use add custom CSS in Appearance > Customize > Additional CSS, as explained here: https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress

    Thread Starter depchanh

    (@depchanh2019)

    Thank you Nicola,

    It worked perfectly for me!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The review section in single product page show 2 columns?’ is closed to new replies.