eliwood Posted January 22, 2022 Share 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! Link to comment
Beyondspace Posted January 22, 2022 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
eliwood Posted January 24, 2022 Author Share 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! Link to comment
tuanphan Posted January 25, 2022 Share 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 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
eliwood Posted January 26, 2022 Author Share 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! Link to comment
tuanphan Posted January 26, 2022 Share 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment