Military Theme Mobile Navigation

Home Forums All Other Themes Military Theme Mobile Navigation

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #118496
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Hello, if you visit www.screamineaglemarine.com on a mobile device you’ll notice the 3 lines in the top right corner which is the navigation isn’t working.

    Any idea how to fix this?

    #118558
    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) {
    #simple-menu { z-index:99999999;}
    }

    Regards,
    Chris

    #118600
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Awesome. Thank you!

    #118601
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Could you help out with two more things I just noticed:

    1) On mobile view, the caption to the slider doesn’t show.

    Also,

    2) How can I display a different footer menu in footer widget section? default one is [footermenu]

    Thank you!

    #118609
    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) {
    .home.has_trans_header .nivo-caption { padding-top:0 !important;}
    .nivo-caption .title { padding-top:0 !important;}
    .nivo-caption .slidedesc { display:block !important; margin-bottom:0 !important; line-height:22px !important;}
    .nivo-caption .slidebtn { display:table !important;}
    }

    Regards,
    Chris

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