knockout Posted August 2, 2022 Posted August 2, 2022 Site URL: https://flower-fish-2n8f.squarespace.com/ Trying to make header look like image "LV-Nav" below, but not having any luck with setting the CTA button to margin-top and margin-right 0, nor with setting the border to margin-left 0. I am fairly sure the class I want is .header-display-desktop, as that's giving me the line where I want it in relation to the CTA button, but nothing else I've tried works. Here's what I have working on the header right now: @LVblack: #231F20; .header-display-desktop { border-bottom: 1px solid @LVblack; } Site PW: headerhelp Thanks in advance for any insight!
Solution tuanphan Posted August 5, 2022 Solution Posted August 5, 2022 Use this CSS .header-announcement-bar-wrapper { padding-right: 0 !important; padding-top: 0 !important; } knockout 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
knockout Posted August 31, 2022 Author Posted August 31, 2022 On 8/5/2022 at 4:27 AM, tuanphan said: Use this CSS .header-announcement-bar-wrapper { padding-right: 0 !important; padding-top: 0 !important; } Perfect, thank you so much! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment