BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Mobile bar on iphone portrait shows cutted line
- This topic has 8 replies, 3 contibutors, and was last updated 8 years, 5 months ago by Anonymous.
Question
April 18, 2016 at 4:31 pm #68839@thorstenHi,
on my iPhone 6 plus the portrait view shows me a cutted line if the button text is larger because of the translated text, see attached screenshot.
It would great to get help to fix it.
Thank you!
Best Regards,
ThorstenAnswers
April 19, 2016 at 12:41 am #68867@anveHi @thorsten,
Plesae try adding following css in child theme’s custom css . Try adjusting the ‘height’ according to your need .
@media screen and (max-width:720px){ .xprofile #buddypress #mobile-item-nav-wrap, .xprofile #buddypress #mobile-item-nav-wrap ul { height: 118px !important; } }
Regards
AnveApril 21, 2016 at 8:56 pm #69224@thorstenHi @anve
thank you for your response. I tested your code snippet but won’t work. I tried different height but without any effect on mobile portrait view.
Best Regards,
ThorstenApril 21, 2016 at 11:34 pm #69258@anveHi @thorsten ,
Could you please share your site url . I’ll check if my css is being applied there or not .
Regards
AnveApril 22, 2016 at 6:34 am #69304@thorstenHi @anve,
Sure. http://www.socialmediaschule.org 🙂
April 25, 2016 at 12:57 am #69678@anveHI @thorsten,
I have checked and it is working fine on iphone5 but not on iphone 6 .Thanks for the patience, Will respond you in few hours .
Regards
AnveApril 25, 2016 at 1:27 am #69680@anveHI @thorsten,
Try following css code and let me know if this fixed that issue,
#main-wrap #buddypress #mobile-item-nav-wrap { height: 118px; }
Regards
AnveApril 29, 2016 at 8:02 am #69899@thorstenHi @anve,
sorry for my late answer. I tested the new code and it works on my iPhone 6 Plus like a charme. Haveyou tested on iPhone 5 too?
Best Regards,
ThorstenMay 26, 2016 at 9:44 pm #70754@
AnonymousThis ticket has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new tickets (linking to this one if necessary)
and one of the team will be only too happy to help.
Regards
Varun Dubey
- The question ‘Mobile bar on iphone portrait shows cutted line’ is closed to new replies.