Jump to content

How to replace one navigation link on the right side of the header?

Recommended Posts

Posted

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!

 

Screen Shot 2022-01-21 at 8.50.24 PM.png

  • Replies 5
  • Views 485
  • Created
  • Last Reply

Top Posters In This Topic

Posted
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!

 

Screen Shot 2022-01-21 at 8.50.24 PM.png

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

Posted

@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!)

Posted
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!

Posted
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!)

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.