Apologies, another issue has cropped up. The logo on my mobile site version has dropped and appears over my drop down menu, When I had this problem with my original site, that I am now trying to fix, Radu gae me some code
COPY CODE
@media screen and (max-width: 480px) {
.logo img {
max-width: 240px;
}
}
unfortunately this doesn’t work on the site I’m now building from scratch for some reason. Can you help?