would like to reduce top and bottom margins for partner/logo element
Hi jeff_gray!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#after_section_1 .content {
padding-top: 10px;
padding-bottom: 10px;
}
Regards,
Yigit
HI Yigit,
Have just use this to reduce the padding for partners/logo element but has no effect
Best
Nick
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.no-logo-slider-heading {
display: none!important;
}
.avia-logo-element-container {
margin-top: 0;
}
.home #after_full_slider_1 .content {
padding-bottom: 15px;
}
Best regards,
Yigit
Great Thanks Yigit