Home Forums Basel support forum Reduce distance between some blocks on product page

Reduce distance between some blocks on product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7628

    Geekilaz
    Participant

    Hello,

    I want to reduce the space in blue on the screen attached.
    Can I do it with custom CSS?

    Thanks 🙂
    Barbara

    Attachments:
    You must be logged in to view attached files.
    #7633

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .single-product-content .product-image-summary {
        margin-bottom: 30px;
    }
    
    .single-product-content .product-tabs-wrapper {
    	padding-top:10px;
    }
    
    .single-product-content .tabs {
        margin-bottom: 15px;
    }
    #7638

    Geekilaz
    Participant

    Perfect ! Thanks 🙂

    #7644

    Artem Temos
    Keymaster

    You are welcome:)

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Reduce distance between some blocks on product page’ is closed to new replies.