BuddyBoss Home – Web Support Forums Themes OneSocial theme Compose Notice to All Users

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

    #59176
    @fritz

    While testing out the them if you Compose a Message, and Click This is a notice to all users. it displays properly in the Desktop View, but is partially hidden by the Mobile View. See Attached Pictures from Demo Site

    Answers

    #59423
    @vapvarun

    Hi @fritz
    Following custom css will fix it

    
    @media screen and (max-width: 480px){
    
    #buddypress #message.info, div#sitewide-notice #message.info {
        margin-top: 50px !important;
    }
    }
    

    I have also notified developers about it
    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Compose Notice to All Users’ is closed to new replies.