- This topic has 1 reply, 2 contibutors, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Compose Notice to All Users’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › Compose Notice to All Users
Tagged: This is a notice to all users.
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
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