I did have code for this for another site – but cannot locate it. I know you can move the mobile menu further up to the top – right now it is sitting in the middle of the menu. Would you be so kind to direct me to a fix. Thank you!
Hey pamk21,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
If you could look at the mobile navigation menu. You will see it is in the middle of the page – want to move it up. I have done so in the past I believe via code – possibly not. I would appreciate a workaround. Thank you!
Below is a link to an image showing you the issue with the mobile menu. Again, I do not recall the fix. THANKS!
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #header_main #av-burger-menu-ul {
vertical-align: top;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Mike that is perfect. To add just a bit of padding would I add something like this:
padding: top; 10px
Please advise the correct code!
And again thank you!
Hi,
Glad this helped, the current top padding is 82px so if you want to add 10px try adding it like this:
#top #header_main #av-burger-menu-ul {
vertical-align: top;
padding: 92px 0px !important;
}
adjust to suit.
Best regards,
Mike
Mike – simply amazing! Thank you!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike