-
Author
-
December 2, 2015 at 20:08 #90705
MakeMeaSite
ParticipantHow can I remove the profile dropdown menu on the top right of the screen? I no longer need it and it would only be duplicating the “My Profile” primary navigation menu item I have created. Thanks!
December 3, 2015 at 22:50 #91027Laura
ModeratorHello, please try adding this to style.css
COPY CODEli.relative.btn-profile { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 8, 2015 at 21:27 #91963MakeMeaSite
ParticipantThat only removed the grey box, not the blue half on the right.
December 10, 2015 at 08:04 #92309Laura
ModeratorHello, this will delete both
COPY CODEul.button-group.radius.right { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 21, 2015 at 21:13 #94679MakeMeaSite
ParticipantThanks, that worked! However, now my primary navigation menu has been “bumped” up to the top of the page, no padding to center it in the header vertically. How can this be fixed?
December 22, 2015 at 22:40 #94971Laura
ModeratorHello, try adding this to style.css and change 5% as you want
COPY CODEnav.top-bar { margin-top: 5% !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 23, 2015 at 16:25 #95079MakeMeaSite
ParticipantThanks Laura! I’m sorry for the continuous back and forth, but while that works (I changed it to 8% for my site) for the regular menu placement, once you scroll down and the sticky menu comes into play, the menu is way off. Thoughts?
December 27, 2015 at 23:35 #95364Laura
ModeratorHello, i see, well as your menu is edited by css maybe you would prefer to disable sticky menu? Or hire a freelancer to fix the menu css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.