Hi, I notcied that when seeing the site on a tablet the mega menu isn’t aligned and some links are showing off screen – http://screencast.com/t/ezZEoB2KSE
How can I make sure it aligns to the right so all the link will be visible?
Hey DROR!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 1024px) {
.avia_mega_div.avia_mega5.twelve.units {
right: -375px !important;
}
}
You can force the mobile menu to show on tablets. Go to Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option.
Regards,
Ismael
That worked, thanks. I’m already using that second option.