Drop down menu zoom in problem

Posted in: Newspaper
Post count: 9

Hi,

I have problem when I zoom into a web page (ctrl and + key).
I don’t see drop down menu until the end of it. My last project is “Gastro Lika” and I don’t see it even if I scroll down.
Link: http://lag-lika.hr/ (Croatian language)
I mean drop down menu under menu link “Projekti”
How to fix that?
I really need to sub menu work in zoom in level because lot of older people are watching this web page and they use double zoom in level.

Thank you a lot in advance.

Nice regards, Ira

Post count: 20688

Hi,

I could give you a code to reduce the line height of the menu and the top and bottom padding, just for that particular menu item
https://www.screencast.com/t/59JOdkRQ834
When zoomed in two times (200%) it would look like this
https://www.screencast.com/t/UuKPWMrnqe4n
This is the code I used, you can enter it in Theme panel->Custom CSS if you decide to use it

.menu-item-4242 ul li {
line-height: 18px;
}
.menu-item-4242 .sub-menu .td-menu-item > a{
padding: 4px 5px!important;
}

Thanks

Post count: 9

Thank you a loot!
Works great!

Best regards, Ira

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.