Tagged: menu
Hi Guys,
I’ve the logo in the center and menu below. Works great, looks cool. I’d like the font size to be 16pt, which is also no problem… except on the IPAD in portrait position. The last link in the menu is positioned on a 2nd row.
If I set the font size to 14 it’s solved, but I’d like to keep it 16pt
What’s the best solution? Menu padding CSS or something with the screen width?
Thanks
BR
Jeff
Hi jeffreyvanoostrom!
Thank you for using Enfold.
Do you mind if we take a look at the actual website? Please post the url here. You can decrease the padding of the menu items using this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.av-main-nav > li > a {
padding: 0 8px;
}
}
Cheers!
Ismael
Hi Guys,
I’ve set the menu at “mobile menu” for tablets as well, so now it shows the mobile menu on IPAD in portrait position, which is fine.
So it’s solved.
Thanks for the support and the awesome theme
BR
Jeff