BuddyBoss Home – Web Support Forums Themes Boss. theme Mobile Notifications Buttons

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

    #56813
    @kigilove

    Hi there,

    I have a couple icons overlapping on my notifications screen for mobile. http://www.awesomescreenshot.com/image/927476/d7f12f746a4c429a12441488e66dca58 I’m a bit confused to what the css fix for mobile should be, being somewhat of a beginner. Any help would be greatly appreciated!

    Answers

    #56865

    Anonymous
    @

    Hi @kigilove, Please add this css inside your child theme’s custom css option

    
    #buddypress #mobile-item-nav ul li {
        height: 60px;
        width: 80px;
        float: left !important;
    }
    

    If you still having issue so kindly paste your website url.

    Regards

    #56879
    @kigilove

    Thank you for your response Pallavi. However still having the issue. Website is http://www.kigilove.com and I will DM a user login. Thank you!

    #56908

    Anonymous
    @

    Hi @kigilove, Please add this css inside your child theme’s custom css option..

    
    @media screen and (max-width: 415px)
    #mobile-item-nav {
        width: 1034px !important;
    }
    .mobile-item-nav-wrapper {
        width: 100% !important;
    }
    

    Regards

    #56932
    @kigilove

    Thanks Pallavi, however the “read” and “unread” buttons have ceased to work with the css fix.

    #57402

    Anonymous
    @

    Hi @kigilove, Could you please provide me the screenshot of that section so I can check that.

    Regards

    #57445
    @kigilove
    #58661

    Anonymous
    @

    Hi @kigilove, Sorry for the delayed response please add this to align the buttons properly

    
    @media screen and (max-width: 415px)
    #mobile-item-nav {
        width: 1034px !important;
    }
    

    Regards

    #58665
    @kigilove

    Thanks @pallavi

    However, that is the same code you had mentioned before and the “read” and “unread” buttons still don’t seem to work.

    #58700

    Anonymous
    @

    Hi @kigilove, Seems css priority is not working that why its not applying please add ‘Simple Custom CSS’ plugin and add all css code there (provided here only).

    Regards

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘Mobile Notifications Buttons’ is closed to new replies.