PoppyShotts Posted March 4 Share Posted March 4 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 Share Posted March 5 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? 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
Solution tuanphan Posted March 6 Solution Share Posted March 6 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 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
Zenocavallari Posted May 3 Share Posted May 3 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 Share Posted May 6 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 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
Zenocavallari Posted May 6 Share Posted May 6 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 Share Posted May 9 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 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
Zenocavallari Posted May 16 Share Posted May 16 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