Jump to content

How to move last navigation item to far right of screen

Go to solution Solved by tuanphan,

Recommended Posts

On 3/4/2023 at 7:06 PM, PoppyShotts said:

Hi! 

I have used CSS to make the final navigation item a button as my client asked. 

Now, I need to move this button ("RESIDENT ARTIST") to the far right of the screen. Screenshot attached. 

Is there some CSS to achieve this?

 

Link: https://carillon-bluebird-kyb6.squarespace.com/ 

Password: lana

 

Many thanks, 

Poppy

image.thumb.png.0abd1c1cd842da65e8202055ad01ebf9.png

 

 

It requires javascript code to move it to the right navigation. Which plan are you in?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • Solution

You can try adding this to Design > Custom CSS

/* remove black appears when hovering button */
a.btn:hover {
    background-color: transparent !important;
}
/* move social to left a bit */
div.header-actions {
    position: relative;
    left: -8vw;
}
/* move nav last item to right */
nav.header-nav-list>div:last-child {
    position: absolute;
    right: 0;
}

 

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

Link to comment
  • 1 month later...
On 5/3/2023 at 8:32 PM, Zenocavallari said:

Hi everybody, how do I move two items from the navigation bar?

I've followed the guide as you posted, I've managed to move the "ENG" link but I want to move also the "ITA" Link, right next to the ENG. Is there a way to do it?Screenshot2023-05-03alle15_31_33.thumb.png.bd3731cddac886f993acec1e2d2a9848.png

What is your site url? We can check easier

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

Link to comment

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.