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.