Change the Padding/margin in description boxes

This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler

  • Avatar: Lily
    Lily
    Participant
    January 26, 2018 at 12:06

    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.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 26, 2018 at 13:25

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.