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
Hey ShortieD!
Your code is taking effect on my end, maybe you were getting cached results?
Regards,
Rikard
ah so it is! thanks