I know the easiest way to fix this issue is to convert to a mobile menu. However, I would like to keep the standard menu in all tablet views. Is there a quick css to fix this issue?
Hey Aleigh!
How are you trying to change it? Reduce the font size? Reduce padding between elements?
Regards,
Elliott
Hello Elliot!
Due to the size and location of my logo, I don’t believe that reduction in the size of the logo will work, and I don’t want to reduce the font size on the menu. In the vertical view there is already little padding between elements as well.
So, after reviewing my menu and secondary pages, I have would like to request another solution.
Is there a quick css that will enable the mobile view of the site for vertical tablet view? This would include the menu and all page content (trying to keep things uniform).
Essentially, if the menu changes to mobile, is there a quick css that will change all the content to mobile view (menu and all)? Only in vertical tablet though… not tablet horizontal.
Hi!
Please try the following in Quick CSS, it’s what you didn’t want to do (make the text smaller), but I think it works:
@media only screen and (min-width: 768px) and (max-width: 990px) {
span.avia-menu-text{
font-size: 97% !important;
}
}
Please let us know if you’d want another solution.
Best regards,
Rikard
Hello Rikard,
Pasted the code, no change.
I would really like to enable the mobile format in the vertical tablet view (vertical only). Is this possible through Quick CSS?
Hey!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Cheers!
Rikard
Absolutely!