StephanieG Posted July 31, 2019 Share Posted July 31, 2019 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 Link to comment
tuanphan Posted July 31, 2019 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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
StephanieG Posted July 31, 2019 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 comment
tuanphan Posted July 31, 2019 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. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
StephanieG Posted August 1, 2019 Author Share Posted August 1, 2019 @tuanphan yes please! Steff Link to comment
tuanphan Posted August 1, 2019 Share Posted August 1, 2019 @StephanieG top or bottom underline? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
StephanieG Posted August 1, 2019 Author Share Posted August 1, 2019 The bottom one. Thanks! Link to comment
tuanphan Posted August 1, 2019 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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
StephanieG Posted August 1, 2019 Author Share Posted August 1, 2019 @tuanphan thanks, you are too kind. Stephanie Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.