• flying128

    (@flying128)


    Hi my website’s top menu can not appear on mobile view.
    When I touch the top menu it is no respond, but the main menu is working fine.

    my website is https://luxarcana.com.sg/

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • TUT Support

    (@phpexpert21)

    Hello flying128,

    By default the top menu of the site remains hidden in small device. You can show them with the help of custom css.

    You need to add below given css under Appearance -> Customize -> Additional CSS

    #pre-header-links-inner
    {
    display: block !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter flying128

    (@flying128)

    Dear,

    The menu all link become stick on top! I just want it when click it display and list down the link same as the main menu. thanks

    • This reply was modified 7 years ago by flying128.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top Menu can not appear on mobile view’ is closed to new replies.