css - Unwanted text size change on scroll on dropdown menu -


i have dropdown menu on links bigger when page scrolled. unfortunately threatens drop bottom-most ones off foot of page result.

the site http://www.jswhite.co.uk/

does know how prevent happening?

your javascript code adding class "et-fixed-header" @ header tag , in css using below code. @media screen , (min-width: 981px) .et-fixed-header #top-menu li { font-size: 22px; }

so after adding et-fixed-header class changing menu text. change css.

.et-fixed-header #top-menu li { font-size: 16px; } 

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -