BuddyBoss Home – Web Support Forums Themes Boss. theme … In navigation menu noy showing up

Tagged: 

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

    #58188
    @r-padurea

    The 3 dots In title bar don’t show up sometimes. How can i fix it? Thanks.

    Answers

    #58194

    Anonymous
    @

    Hi @r-padurea, Those Ellipsis (dots) appear when it needs to maintain the responsiveness of the top title bar menu..at present the no. of item in menu is sufficient for desktop view..

    Regards

    #58204
    @r-padurea

    Thank you Pallavi, but the problem is that there are more navigation items there and the elipsis don’t appear.

    #58249

    Anonymous
    @

    Hi @r-padurea, Please add this css code inside your boss theme’s custom css option:

    
    li.hideshow {
    display: inline-block;
    }
    

    Regards

    #58297
    @r-padurea

    Thank you, but the problem on iPad remains, on the first load it doesn’t show up the ellipsis.

    #58494

    Anonymous
    @

    Hi @r-padurea, Same code will work for ipad too..just make sure you have you have applied it !important
    Try this:

    
    li.hideshow {
    display: inline-block !important;
    }
    

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘… In navigation menu noy showing up’ is closed to new replies.