Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Re: CSS Issue On Product Page

Home / Forums / Virtue Theme / Re: CSS Issue On Product Page

This topic is: Not a support question
[Not a support question]
Posted in: Virtue Theme
December 19, 2017 at 11:24 am

I’m trying to remove the 2em padding on the bottom of this page but none of the classes I try to target work. Here’s what I’ve tried:

#content div.product .woocommerce-tabs .panel {
margin: 0 0 0em !important;
}

#product-1499 > #tab-description {
margin-bottom: 0px !important;
}

I’d also like to add 3% margin to the top of this page only, but no luck there either. It works in the inspector, but not in Theme options. Here’s what I’ve tried:

.product-template-default {
margin-top: 3% !important;
}

Any thoughts?

Magic Minerals Product Page

  • The forum ‘Virtue Theme’ is closed to new topics and replies.