Hi, how can I move the mobile menu only on tablets to the right – http://screencast.com/t/QjgwSoOcuCu9? On mobile phones the mobile menu is on the left and logo is on the right so I only need to make the change on tablets.
Thanks.
Hey DROR,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#advanced_menu_toggle {
right: 20px !important;
}
}
Regards,
Rikard
Great, Thanks!