Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #77995
    Paul
    Participant

    hi

    as we have a long menu, our last item which is a buy link becomes almost invisible in mobile menu (as it needs a scroll of the menu to be shown)
    can u please suggest a way to move up the menu item products in the mobile menu listing
    https://earthpulse.net
    thanks

    #78020
    Sakin
    Keymaster

    @Paul: We will be updating this menu js soon. For now, you can check the ling height and reduce the height. So, change the line height as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .sidr ul li { line-height: 48px; }
    .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    	line-height: 49px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change order of menu in mobile’ is closed to new replies.