Okay
  Public Ticket #2359293
Logo responsive
Closed

Comments

  • Diego Miscioscia started the conversation

    Hello, I would like to know how to make the logo set up, responsive on mobile.
    If I apply a suitable logo size in the desktop version, the size doesn't change in the mobile version.

  •  675
    Neuron replied

    Hi Diego,

    You can customize it easily by adding the following style in Appearance > Customize > Additional CSS.

    @media (max-width: 991px) {
        .a-logo.a-logo--image a {
            width: 120px !important;
            height: 120px !important;
        }
    }

    Kind Regards


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

  • Diego Miscioscia replied

    thank you so much, now is perfect! :) :) 

  •  675
    Neuron replied

    You're welcome anytime Diegosmile.png

    Kind Regards


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