This topic has 2 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler
Hi,
I am trying to decrease the padding/margin on the content of the description box here: https://screencast.com/t/qSBX9w18rJ this is on all product pages.
I have already used
#content_tab_description h2 {
visibility: hidden;
}
To remove the second ‘Description’ label, which is not needed.
now with the large white space I want to decrease the padding/margin so the text is higher up, like on the Delivery Tab.
Can you help.
Hello,
Please try to change your custom css code to this one:
#content_tab_description h2 {
display:none;
}
.single-product .tabs .tab-content {
padding: 20px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up