Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
I’m using Tower Theme and my menubar items are changing their sizes while I zoom in or out. When I zoom page in a little bit then menubar items are going for second row and it looks really messy. I want them to stay in their default sizes as they are at the beginning of page load despite of zoom level. How to fix that properly?
Thanks in advance:)
Hello,
Please add this code into your custom css box:
@media (max-width:1690px){
nav .menu > li > a, nav .menu > li.hasSubMenu:after, header#header .header_tools .vert_mid > a:not(#trigger-overlay), header#header .header_tools .cart .cart_icon { font-size: 13px !important;}
}
Edit font size to the value you want.
Best regards!
You must be logged in to reply to this topic.