Home › Forums › All Other Themes › SKT Gardening Theme mobile menu
- This topic has 7 replies, 2 voices, and was last updated 5 years, 11 months ago by Sonl Sinha.
Viewing 8 posts - 1 through 8 (of 8 total)
-
AuthorPosts
-
November 14, 2018 at 8:26 am #111611
Hi, got a mobile menu conflict issue with this website: https://martingorse.co.uk. the 3 line menu icon overlaps the logo, is it possible to make the mobile logo proportionally smaller or move the icon please.
November 14, 2018 at 11:33 am #111622Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .logo { width:70%;} }
Regards,
ChrisNovember 14, 2018 at 12:13 pm #111631thanks, works perfeck
November 14, 2018 at 12:24 pm #111633🙂
November 14, 2018 at 12:45 pm #111635Chris
getting similar problem on the mobile verion of https://chamber.gotopseo.co.uk so I tried your new code but it didn’t stop the image distortion, can you help please?
November 14, 2018 at 1:00 pm #111638Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .logo img { height:auto !important;} }
Regards,
ChrisNovember 14, 2018 at 1:06 pm #111639fixed, thanks again
November 14, 2018 at 1:12 pm #111640🙂 🙂
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.