I inserted a logo at exactly the same size as the one that came with the theme.
Everything is ok on a phone or in a browser, but on the iPad the menu goes under the logo.
I saw a few posts with something about avia.js and adding code to style.css.
Can you help me to fix this? What code in what files?
Thanks so much for all your help. You guys have really good support.
Hi,
You can decrease the font size and the padding of the menus before they switch to slide or dropdown. Add this on your custom.css or Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child>li>a {
padding: 0 7px;
font-size: 11px;
}
}
Regards,
Ismael
it is not changing anything. I had to add another item to the menu and it is even worse.
anyway to make the menu items wrap or have them go under the logo? or make it switch to the dropdown menu?
I just used the other header configuration. It works now. Thx.