BuddyBoss Home – Web Support Forums Themes Boss. theme Possible bug for fixed menu bar on mobile version?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #53974
    @kzpower

    On mobile version, When I scroll down, on portrait, fixed menu bar is OK. But when the mobile was on landscape, look at the attachment img, the menu bar is not fixed on the top. If I use ipad, the menu bar will not fixed on the top either portrait or landscape mode. How to fixed this?

    Answers

    #54055
    @vapvarun

    Hi @kzpower, Please use following custom css
    It will fix the issue

    
    .is-mobile #mobile-header {
        top: 0px !important;
    }
    

    It will be updated in our next update
    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Possible bug for fixed menu bar on mobile version?’ is closed to new replies.