Tagged: enfold, header, main content
Hi
how can we close the gap between the menu, the slider and the first color section?
The distance is too large. Is there a possibility to minimize the distance around the slider ?
Thanks for assistance.
Hi heufti65!
Thank you for using our theme.
Put in custom.css or Quick-CSS field the following:
#main .main_color .content {
padding-bottom: 10px;
padding-top: 10px;
}
You can change the values as you like.
Best regards,
Günter
Thanks.