logo overlap on iphone view

Posted in: Newspaper
Post count: 79

Hello,
Could you please assist me how to avoid this logo overlapping on mobile view?

the logos I uploaded are 300×100 and 600×200 as instructed

thanks

Post count: 6600

Hi,

Please add this CSS in Theme Panel > Custom CSS:

@media (max-width: 767px) {
.mobile-logo-wrap img {
top: 0px;
width: 157px;
}
}

Thanks

  • This reply was modified 12 years by Lucian.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.