Hi on this home page
http://www.jasminesboutique.co.uk/
How can I remove the padding above and below the 3 boxs that are between the navigation bar and the slider ?
Hi codecreative!
Please place your boxes inside a color section element with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS
#your-custom-id .content { padding-top: 0; padding-bottom: 0; }
Best regards,
Yigit
Hi!
I have the same problema and I can´t do it…How can I remove the padding above and below the 3 boxes that are between the navigation bar and the slider ?
My page is: http://mundifoods.com/ES/?page_id=3280
Hi!
Please add following code to Quick CSS
.page-id-3280 .content {
padding-top: 0;
}
Regards,
Yigit
hi yigit
this work around doesn’t seem to work you can see i have the tag applied correctly and my css is
#3-header-boxs .content { padding-top: 0!important; padding-bottom: 0!important; }
Hey!
Please try naming your color section “three-header-boxs” instead and edit custom CSS as well
Cheers!
Yigit
Solved!
Thanks!!
Hey!
@maru_tmar You are welcome, glad we could help :)
We will keep the thread open for OP. If you have any other questions or issues, feel free to start a new one
Cheers!
Yigit