Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #445466

    Hi folks – I’ve noticed that my logo and menu overlap on this site between 770px – 1058px wide. I’ve just assigned the media query below but it’s not working – can you advise what I need to do to fix this?

    /*fixes logo overlapping menu*/
    @media only screen and (max-width: 1050px) and (min-width: 768px){
    .responsive .logo img {
    width: 50% !important;
    }
    }

    This is the site http://www.acmena.com.au/

    Cheers

    #446214

    Hey ShortieD!

    Your code is taking effect on my end, maybe you were getting cached results?

    Regards,
    Rikard

    #446220

    ah so it is! thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘media query not working for logo’ is closed to new replies.