Comments David McGowan started the conversationApril 9, 2020 at 6:07pmI'd like to bump up the the text menu size for mobile, but leave the desktop size as is. I just haven't figure out how to do that in css.Thanks! 675Neuron repliedApril 9, 2020 at 7:17pmHi David,Sure, simply add the following style in Theme Options > Custom CSS. @media screen and (max-width: 991px) { header nav ul li a { font-size: 20px !important; } }Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. David McGowan replied privately 675Neuron repliedApril 10, 2020 at 11:40amHi David,Glad to know, feel free to ask for anything you need. @media screen and (max-width: 991px) { header nav ul li a { margin-bottom: 5px !important; } } You can change 5 to any number.Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. Sign in to reply ...
I'd like to bump up the the text menu size for mobile, but leave the desktop size as is.
I just haven't figure out how to do that in css.
Thanks!
Hi David,
Sure, simply add the following style in Theme Options > Custom CSS.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Hi David,
Glad to know, feel free to ask for anything you need.
You can change 5 to any number.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.