Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Pages › Remove dropdown Menu from mobile view.
This topic is resolved
- This topic has 5 replies, 2 voices, and was last updated 6 years, 5 months ago by
Themosaurus.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
Maks RusakovičParticipant@wegosi
- 29 Topics
- 104 Posts
Hello @themosaurus
How to remove dropdown menu with tabs in member profile page from mobile view?
Thank you.
September 12, 2018 at 11:17 #2115@themosaurus- 1 Topics
- 1675 Posts
Hi @wegosi,
It is not possible to hide the profile menu with an option.
However, you can use this CSS code snippet :// Hide profile menu on mobile @media screen and (max-width: 992px) { .bp-user #profile-content__nav { display: none !important; } .bp-user .profile-content__body { padding-top: 0 !important; } }
You can simply copy and paste it into your Customizer “Custom CSS” panel.
Best regards,
September 14, 2018 at 14:22 #2244Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
September 22, 2018 at 10:08 #2462Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
Thank you. I thought this translation in Gwangi theme.
“This string comes from Grimlock for BuddyPress plugin.” it’s correct.Other users, please, check the screenshot.
September 25, 2018 at 14:47 #2539 -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
The topic ‘Remove dropdown Menu from mobile view.’ is closed to new replies.