Okay
  Public Ticket #2356058
Menu Size for Mobile
Closed

Comments

  • David McGowan started the conversation

    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!

  •  675
    Neuron replied

    Hi 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
  •  675
    Neuron replied

    Hi 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.