Problem with menu

Home Forums All Other Themes Problem with menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #126042
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    I got your theme at www.ravintoladejavu.fi but the mobile menu does not work?

    #126043
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    Theme is FilmMaker

    #126085
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    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:1023px) {
    #simple-menu { z-index:999999999;}
    }

    Regards,
    Chris

    #126099
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    Thanks Chris, now the menu works…. but the menu and the whole top part of the pages are missing from all but the front page 🙁
    So only front page is actually working…

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

    Hi,

    Kindly use this one

    @media screen and (max-width:479px) {
    .has_trans_header .header { background-color:#282828 !important;}
    }

    Regards,
    Chris

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