Woocommerce Product Page Tab versus Content Alignment

Howdy Again!

The content within each of the product tabs is indented to the right a bit.
Any idea how to get it so the content starts at the same location as the first tab?
Everything else ont he page is aligned at the same point except for the internal tab content.

Thank you!

Jesse

Hello Jesse,

Thanks for writing in!

Please add following CSS under X > Theme options > CSS:

.single-product table th {
    padding-left: 0;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.