BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Mobile Notifications Buttons
Tagged: mobile, Notifications
- This topic has 9 replies, 2 contibutors, and was last updated 8 years, 9 months ago by Anonymous.
Question
January 21, 2016 at 10:20 am #56813@kigiloveHi 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
January 22, 2016 at 5:04 am #56865@
AnonymousHi @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
January 22, 2016 at 7:37 am #56879@kigiloveThank 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!
January 22, 2016 at 12:06 pm #56908@
AnonymousHi @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
January 22, 2016 at 3:12 pm #56932@kigiloveThanks Pallavi, however the “read” and “unread” buttons have ceased to work with the css fix.
January 28, 2016 at 4:46 am #57402@
AnonymousHi @kigilove, Could you please provide me the screenshot of that section so I can check that.
Regards
January 28, 2016 at 11:33 am #57445@kigiloveFebruary 9, 2016 at 11:10 am #58661@
AnonymousHi @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
February 9, 2016 at 11:36 am #58665@kigiloveThanks @pallavi
However, that is the same code you had mentioned before and the “read” and “unread” buttons still don’t seem to work.
February 9, 2016 at 2:37 pm #58700@
AnonymousHi @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
- The question ‘Mobile Notifications Buttons’ is closed to new replies.