eliwood Posted January 22 Share Posted January 22 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
0 bangank36 Posted January 22 Share Posted January 22 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 BaNgan from 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, Youtube Gallery for SquarespaceIf 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
0 eliwood Posted January 24 Author Share Posted January 24 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
0 tuanphan Posted January 25 Share Posted January 25 @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
0 eliwood Posted January 26 Author Share Posted January 26 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
0 tuanphan Posted January 26 Share Posted January 26 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
Question
eliwood
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
Top Posters For This Question
2
1
3
Popular Days
Jan 22
2
Jan 26
2
Jan 24
1
Jan 25
1
Top Posters For This Question
tuanphan 2 posts
bangank36 1 post
eliwood 3 posts
Popular Days
Jan 22 2022
2 posts
Jan 26 2022
2 posts
Jan 24 2022
1 post
Jan 25 2022
1 post
Posted Images
5 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