• Dear support,

    I am currently using the free theme Optimizer for helpingindonesia.com. It looks great on web (via PC or Laptop). But every time I viewed it on mobile, the menu isn’t showing at all.

    How to show the menu on mobile? Pls help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Custom CSS to make the Hamburger menu visible

    @media screen and (max-width: 480px){
        #simple-menu {top: 100px;}
    }

    If you want to show the general menu instead of Hamburger menu, insert this in Custom CSS

    #simple-menu {display: none!important;}
    #topmenu {display: block !important;}

    Thanks

    Thread Starter tulisanblogger

    (@tulisanblogger)

    Thank you for the reply, I inserted this on the style.css right? I am so sorry, kind of new with the css coding and all.

    Theme Author OptimizerWP

    (@layerthemes)

    @tulisanblogger Go to Appearance > Customize > Miscellaneous > Custom Code > Custom CSS.

    Thanks

    Thread Starter tulisanblogger

    (@tulisanblogger)

    Thank you so much. It’s works.

    So, any custom on theme, better using the custom CSS then? Thank you again, learning from this also.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    It would be better if you insert your custom CSS in Appearance -> Customize -> Miscellaneous -> Custom Code -> Custom CSS, so it won’t reset back to default settings when an update is available.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Menu On Mobile Not Showing’ is closed to new replies.