Hello terrific Enfold support gurus!
Need to move the hamburger icon up and to the right on mobile device. Not sure if it is margin or padding???
See http://www.thepromisecenter.com on mobile device.
Can I send you a screen shot?
Thanks,
Terry
Hey Terry,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
top: -10px !important;
right: -60px !important;
}
}
Adjust the values to fit your needs.
Best regards,
Rikard
As usual you guys are awesome!
Perfect.
You may close ticket.