Perfect theme – menu disappears on mobile and tablet

Home Forums Perfect Forum Perfect theme – menu disappears on mobile and tablet

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106279
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Hi,
    The navigation menu doesn’t show up on the tablet/mobile version of the Perfect theme. www.sacautoshow.com/sas

    Any suggestions? Thanks for your help.
    Diane

    #106328
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    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) {
    .logo img { height:auto; width:80%;}
    .logo .desc { font-size:16px;}
    .header #simple-menu .fa-bars { color:#fff !important;}
    #simple-menu {color: #ffffff; z-index: 1000000000;}
    }
    
    @media screen and (max-width:1023px) and (min-width:768px) {
    .header #simple-menu .fa-bars { color:#fff !important;}
    #simple-menu {color: #ffffff; z-index: 1000000000;}
    }

    Regards,
    Chris

    #106426
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Awesome! Thank you!

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

    Hi Diane,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/19/

    Regards,
    Chris

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