eliwood Posted January 22, 2022 Posted January 22, 2022 How can I place one navigation link on the right side of the header? Next to the social icons and properly formatted. Just hoping there's a CSS code to make this happen. Any help is appreciated!
Beyondspace Posted January 22, 2022 Posted January 22, 2022 1 hour ago, eliwood said: How can I place one navigation link on the right side of the header? Next to the social icons and properly formatted. Just hoping there's a CSS code to make this happen. Any help is appreciated! Kindly share your site with the protected password so we can take a look BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
eliwood Posted January 24, 2022 Author Posted January 24, 2022 On 1/21/2022 at 10:57 PM, bangank36 said: Kindly share your site with the protected password so we can take a look dove-turbot-3gme.squarespace.com PW: 1234 Thanks!
tuanphan Posted January 25, 2022 Posted January 25, 2022 @eliwood Try adding to Design > Custom CSS /* Move testimonial item header */ div.header-nav-item:nth-child(3) { position: absolute; right: 15vw; } @media screen and (min-width:1600px) { div.header-nav-item:nth-child(3) { position: absolute; right: 12vw; } } 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!)
eliwood Posted January 26, 2022 Author Posted January 26, 2022 15 hours ago, tuanphan said: @eliwood Try adding to Design > Custom CSS /* Move testimonial item header */ div.header-nav-item:nth-child(3) { position: absolute; right: 15vw; } @media screen and (min-width:1600px) { div.header-nav-item:nth-child(3) { position: absolute; right: 12vw; } } You're awesome! I've used so many of your responses to help with my code. This works great however when the window is small, that link stacks on top of the instagram logo. Is there a way to keep the margin the same no matter the size of the window? Thank you!
tuanphan Posted January 26, 2022 Posted January 26, 2022 11 hours ago, eliwood said: You're awesome! I've used so many of your responses to help with my code. This works great however when the window is small, that link stacks on top of the instagram logo. Is there a way to keep the margin the same no matter the size of the window? Thank you! Which screen size do you see problem? We can use code to adjust on this specific screen size 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment