Tagged: Responsive Menu
When viewing my site on iPad the menu button only shows half when the width is between 769px and 989px. It also only shows half when I scale the browser. When the width is less than 769px it’s show fine with some margin on the right side of the menu box.
It must be some CSS I need to change, but I can’t figure out where and what to change. Can someone please point me in the right direction?
Thanks in advance.
Hi thomas-pr3!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) {
#advanced_menu_toggle, #advanced_menu_hide { right: 5%; }}
Cheers!
Yigit
Thank you for your fast reply :-)