Tagged: enfold
Hi,
I am using Enfold and I would like to add extra padding to the top of the burger menu when viewing on a mobile.
My header area contains a customer login button which sits top right of the header area and it is obscuring the burger menu, it would be good to be able to lower the menu a little.
Many thanks Vicki
Hey vic98,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .main_menu {
top: 15px!important; }}
adjust the number to suit.
Best regards,
Mike
Worked fabulously Mike – thanks so very much :)