BuddyBoss Home – Web Support Forums Themes Boss. theme Join/Leave Group button on mobile

Tagged: 

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

    #49163
    @brincy

    Hello,

    on mobile the “Join/Leave Group” button inside the groups page doesnt look good on mobile, I think is better to hide it or to change css visibility.

    Thank You

    Answers

    #49183
    @vapvarun

    Hi @brincy, Please test them on any device or help of any screen adjustment tool
    or try this on chrome
    https://chrome.google.com/webstore/detail/responsive-web-design-tes/objclahbaimlfnbjdeobicmmlnbhamkg

    Buttons are looking good , no need to hide
    Regards

    #49187
    @brincy

    Hi @vapvarun on the iphones its looks just like my screenshot (I dont know about android)

    #49190
    @brincy

    screenshot

    #49270
    @vapvarun

    Hi @brincy, Please paste your site url we will test it
    Regards

    #49273
    @brincy

    Hi @vapvarun its your demo site

    #49277
    @vapvarun

    Hi @brincy, I have notified developers about it, it will be fixed shortly
    Thanks for your input.
    Regards

    #49353
    @vapvarun

    Hi @brincy Please include following codes inside the custom.css

    
    @media screen and (max-width:480px){
    .directory.groups #primary #buddypress ul.item-list li div.item-avatar ,.directory.groups #buddypress ul.item-list li div.action .action-wrap , #primary #buddypress #groups-stream li div.item, #primary #buddypress #groups-list li div.item   {
      display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    }
    

    It will be fixed in next update.
    Regards
    Varun Dubey

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Join/Leave Group button on mobile’ is closed to new replies.