I have a problem. When i see my pages in mobile version the same issue is showing. The “menu” is over the logo, and the logo i kind a “squeezed” together and gets another shape than it should. Only when i turn my mobile on the long side, it works. But not a lot does that, so i have to get it to work “normally” also.
Where do i do that. Whats the problem / solution?
I have screen dumps of the problem. Where you can see it on both ways.
I send link to the examples, but i can’t see them here?
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
height: 50px !important;
top: 6px;
}
}
Cheers!
Josue
Thank you sooooo much :-))
You are welcome, always glad to help :)
Regards,
Josue