Hi – Can you please tell me the best way to increase the padding, or space, beneath the menu bar. I used spacers but they don’t translate well on mobile. Thanks! Jen
Hey edendesign,
Please edit your page and add 1/1 column element to the top of your page and update your page, then delete that empty 1/1 column element and update your page once again and that should help with that small glitch.
Best regards,
Yigit
Sorry that appears to not be working. Ultimately, I want to increase the space beneath the menu so I can eliminate the need for spacers on each page which will eliminate the spacing issue on mobile. Also, when I use the spacer for whitespace, the size does not seem accurate. Would you mind checking it out further? Thanks!
Hi,
The login credentials do not work.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjsut the padding-top value for desktop and mobile as required
/*Desktop */
.html_boxed #main {
padding-top: 150px!important;
}
/*Mobile*/
@media only screen and (max-width:767px){
.html_boxed #main {
padding-top: 50px!important;
}
}
Best regards,
Vinay