PoppyShotts Posted March 4, 2023 Share Posted March 4, 2023 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 Link to comment
Beyondspace Posted March 5, 2023 Share Posted March 5, 2023 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 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, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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 tuanphan Posted March 6, 2023 Solution Share Posted March 6, 2023 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
Zenocavallari Posted May 3, 2023 Share Posted May 3, 2023 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? Link to comment
tuanphan Posted May 6, 2023 Share Posted May 6, 2023 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? 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
Zenocavallari Posted May 6, 2023 Share Posted May 6, 2023 8 hours ago, tuanphan said: What is your site url? We can check easier Sure thanks! www.cantinalepietre.com Beyondspace 1 Link to comment
tuanphan Posted May 9, 2023 Share Posted May 9, 2023 On 5/6/2023 at 9:54 AM, tuanphan said: What is your site url? We can check easier I see you solved it? Beyondspace and PoppyShotts 2 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
Zenocavallari Posted May 16, 2023 Share Posted May 16, 2023 solved! this is the code I used: /* move nav last two items to right */ nav.header-nav-list>div:nth-last-child(1), nav.header-nav-list>div:nth-last-child(2) { tuanphan 1 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