Hi,
The position of the menu icon on mobile is too high on the mobile version of my website. I would like to bring it down and also a to be a little bit more on the right side of the page so it is more visible. How can I do this with a Quick CSS code ?
Hey Oby4455,
Here is the code you can put this in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
#advanced_menu_toggle {
margin-top:18px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria