StephanieG 0 Share Posted July 31, 2019 (edited) Hello. I have added some css to change a folder on my primary menu but I have two issues that I need assistance with: I want the drop down folder and it's pointer to be centered with the name of the menu item, and How do I get the colour on hover to go right to the edges (left and right) instead of stopping short. For the life of me I can't work either of these issues out. Website: https://stephanie-g.net/ TIA Edited July 31, 2019 by StephanieG Initial Revision Link to post
1 tuanphan 8,992 Solution Share Posted July 31, 2019 @StephanieG Add to Home > Design > Custom CSS Question 1. /* Center Dropdown */ .Header-nav-folder { margin-left: -2em !important; } Question 2. Change padding: 7px !important; to padding: 7px 0 !important; in the following code .Header-nav--primary .Header-nav-item:nth-child(2) .Header-nav-folder { background-color: #f4afcf !important; min-width: 100px !important; color: #fff !important; font-family: karla,sans-serif; font-size: 12px; padding: 7px !important; text-align: center; letter-spacing: 1.5px; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 StephanieG 0 Author Share Posted July 31, 2019 @tuanphan Thank you, thank you, thank you - worked perfectly. I have spent days on this... I knew it had to do with margins and padding but couldn't work out what.. cheers Stephanie Link to post
0 tuanphan 8,992 Share Posted July 31, 2019 @StephanieG You're welcome. I see instagram (footer) has double underline. Do you want to remove 1? Click Accept Answer if it worked. Other members can use if they know it worked. Thanks. You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 tuanphan 8,992 Share Posted August 1, 2019 @StephanieG top or bottom underline? You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 tuanphan 8,992 Share Posted August 1, 2019 @StephanieG Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1562850051883_30319 a { border-bottom: none; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 StephanieG 0 Author Share Posted August 1, 2019 @tuanphan thanks, you are too kind. Stephanie Link to post
Question
StephanieG 0
Hello.
I have added some css to change a folder on my primary menu but I have two issues that I need assistance with:
For the life of me I can't work either of these issues out.
Website: https://stephanie-g.net/
TIA

Edited by StephanieGInitial Revision
Link to post
Top Posters For This Question
5
4
Popular Days
Aug 1
5
Jul 31
4
Top Posters For This Question
StephanieG 5 posts
tuanphan 4 posts
Popular Days
Aug 1 2019
5 posts
Jul 31 2019
4 posts
Posted Images
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment