SKT Gardening Theme mobile menu

Home Forums All Other Themes SKT Gardening Theme mobile menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #111611
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    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.

    mobile menu overlap problem

    #111622
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #111631
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks, works perfeck

    #111633
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    πŸ™‚

    #111635
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Chris

    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?

    #111638
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #111639
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    fixed, thanks again

    #111640
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    πŸ™‚ πŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.