Okay
  Public Ticket #2118636
Mobile Logo
Closed

Comments

  • justinmont started the conversation

    Hi, my logo is not resizing on mobile. I tried implementing the code you suggest but it's not working. I've tried placing it in both the style.css as well as the Themes > customize > Additional CSS but neither have worked. Any other suggestions?

    Here's the code ive tried. 

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


  •  675
    Neuron replied

    Hi,

    Please add !important after the CSS values, in that case they will be able to override it.

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

    Feel free to ask for anything you need.

    Kind Regards


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

  • justinmont replied

    Hmm, even when I add that it still does not resize. Anything else that could be causing the issue? Thanks!

  •  675
    Neuron replied

    Well, I am testing it online, it seems to be working. http://prntscr.com/ous5ww

    Maybe clearing the cache? I am not seeing any CSS that is directed to the logo. If still you don't find a solution, please provide me with your wp-admin, I will have a quick look to see what's going on.

    Kind Regards


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