Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #61717
    ginabrasseur
    Participant

    When I view my site on a mobile screen, the hamburger menu doesn’t work.

    The CSS class changes from “closed” to “open”, but the menu doesn’t actually show up.

    Help! 🙂

    http://50.87.248.220/~trinivi3/

    #61719
    ginabrasseur
    Participant

    MORE INFO:

    In the header, I wanted the menu to be to the left of some text – so I created a menu I called CUSTOM, then in widgets, I assigned that menu to the Header Right Sidebar widget. Then I added a TEXT box to the Header Right Sidebar widget to put in the company’s phone number and information.

    But since I didn’t create a menu and assign it to Right Header Menu, there’s nothing that shows up in the Mobile Menu.

    So, since I have to use the Right Header Menu for the mobile menu, how do I get text to appear to the right of it?

    #61744
    Sakin
    Keymaster

    @ginabrasseur: Yes, the issue is from your menu widget. For header right sidebar, we don’t have option to add menu from widget. If you want to show custom menu in header right sidebar, then you need to add it from “Appearance => Menus => Manage Locations” and assign your custom menu to “Header Right Menu”

    After that you can just add your text widget to your header right sidebar. Then to make your text widget to show on right, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-right .widget_text { float: right; }

    #61764
    ginabrasseur
    Participant

    Thank you. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile menu not working’ is closed to new replies.