Okay
  Public Ticket #2350826
Logo for Mobile
Closed

Comments

  • David McGowan started the conversation

    I'd like that logo on mobile to be a bit bigger than it appears, but to remain as is on desktop. Can you recommend CSS for that?

  •  675
    Neuron replied

    Hi David,

    Sure, you can achieve that by adding the following Custom CSS in Theme Options.

    @media (max-width: 991px) {
        header .logo a {
            width: 150px !important;
        }    
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.