If it’s no problem. quick css to chance the space between items in the top menu drop down?
Hi I´m trying to control the font size on dropdown menu on cell phones.
I did find this code adding it to quick css in my theme. But it effects all text.
@media only screen and (max-width: 480px) {
body {
font-size: 20px;
}
Hey carstenstrandvad,
Please add a link to the site in question so we can help with this further.
Best regards,
Jordan Shannon
Hi I´m trying to control the font size on dropdown menu on cell phones.
I did find this code adding it to quick css in my theme. But it effects all text.
@media only screen and (max-width: 480px) {
body {
font-size: 20px;
}
Now with site link
Hi,
Try this in quick css instead:
@media only screen and (max-width: 767px) {
#av-burger-menu-ul a{
font-size: 20px;
}}
Best regards,
Jordan Shannon
Perfect, thank you Jordan :0)
Hi,
No problem at all, I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon