How to lessen the gap between two logo sections on a webpage?

Hello,

Looking to lessen the gap between the 2 sections of logos top and bottom. Will just need the code for it and figure out the correct amount ourselves.

www.vapedistillery.com

Hello @Vapedistillery use this css in Assets > stylesheet.css bottom of file

.logo-section h2 {
display: none;
}

.homepage-logo-list-1647444305c43339eb {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}

.homepage-logo-list-1647444619652ffbc5 {
padding-top: 0 !important;
}
1 Like