Locksmith Theme menu help

Home Forums All Other Themes Locksmith Theme menu help

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101075
    colin1colin1
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: December 26, 2017

    Hi Support

    I am using your locksmith theme and am struggling to get the responsive burger menu into the correct position on smaller screens.

    This is the site:
    http://ko.dash-tech.co.uk
    Screenshot – https://imgur.com/a/uodk4Yc

    I would like the menu to line up with the logo.

    How can I do this?

    Thanks

    Colin

    #101117
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    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:479px) {
    .header.type3 #simple-menu { top:-120px;}
    }
    @media screen and (min-width:480px) and (max-width:767px) {
    .header.type3 #simple-menu { top:-110px;}
    }
    @media screen and (min-width:768px) and (max-width:1023px) {
    .header.type3 #simple-menu { top:-127px;}
    }

    Regards,
    Chris

    #101185
    colin1colin1
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: December 26, 2017

    Hi Chris,

    Unfortunately, this isn’t working for me.

    What else can I try?

    Thanks

    Colin

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

    Hi,

    Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Chris

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