Menu on mobile

Home Forums SKT Black/White Theme Support Menu on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86076
    Viktorija VaitkevicieneViktorija Vaitkeviciene
    Participant
    • Topics: 4
    • Replies: 15
    • Total: 19
    Member since: May 30, 2017

    Hi,

    I noticed that on mobile you can’t scroll menu. How to fix it?

    www.koinvest.lt

    #86118
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    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) {
    .header { position:relative !important;}
    }

    Regards,
    Brad

    #86173
    Viktorija VaitkevicieneViktorija Vaitkeviciene
    Participant
    • Topics: 4
    • Replies: 15
    • Total: 19
    Member since: May 30, 2017

    Hi,

    thank you, it works in not proper way – if from main page I select menu, it drops down as before (part of it) but after scrolling down you find menu list again, and this time it is full. Menu selection from other pages is OK, but there are blank spaces in the area of header (sometimes above header’s picture, sometimes below)

    #86267
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    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:479) {
    .sticky-element-placeholder { height:auto !important;}
    }

    Regards,
    Brad

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