• Hi

    I have installed woocommerce on the site and it seems okay apart from the individual product pages. Here the padding seems to be set to zero for the main block of content – title, image, descriptions, related products etc.

    Is there css I can add to change the padding – so the text and images are not all bang-up next to the edge?

    Thank you,

    Olvier

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Olvier,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .single-product .site-main > article.product {
      padding: 30px;
    }
    

    Regards,
    Kharis
    aThemes Support

    Thread Starter oliverpeers

    (@oliverpeers)

    Perfect! Thank you so much!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis
    aThemes Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘padding on woocommerce product pages’ is closed to new replies.