Waqas Posted January 18, 2022 Posted January 18, 2022 (edited) I currently need help editing my header so it looks similar to the image posted below. I am looking to move the title "waqas" in the middle and the page links "Work" and "About" on each side respectively. ATTACHED is a mock-up i'm looking to achieve Edited January 23, 2022 by Waqas
Beyondspace Posted January 18, 2022 Posted January 18, 2022 1 hour ago, Waqas said: I currently need help editing my header so it looks similar to the image posted below. I am looking to move the title "waqas" in the middle and the page links "Work" and "About" on each side respectively. Here's the page in question. Thanks so much in advance. ATTACHED is a mock-up i'm looking to achieve Which template and version are you using? Waqas 1 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
Waqas Posted January 19, 2022 Author Posted January 19, 2022 On 1/17/2022 at 11:27 PM, bangank36 said: Which template and version are you using? I am using FLATIRON Version 7.0 Thanks so much in advance 🙂
Beyondspace Posted January 19, 2022 Posted January 19, 2022 7 hours ago, Waqas said: I am using FLATIRON Version 7.0 Thanks so much in advance 🙂 Try adding to Home > Design > Custom Css #navigator .siteTitle { position: absolute; left: 50%; transform: translateX(-50%); } Let me know how it works on your site Waqas 1 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
Waqas Posted January 20, 2022 Author Posted January 20, 2022 6 hours ago, bangank36 said: #navigator .siteTitle { position: absolute; left: 50%; transform: translateX(-50%); } This moved my name in the middle but I would like to move my page link 'ABOUT' on the right side of the page. This is how the top looks like right now - see file attahed. Thanks so much for your help so far!
Waqas Posted January 21, 2022 Author Posted January 21, 2022 On 1/19/2022 at 6:35 PM, bangank36 said: Try adding to Home > Design > Custom Css #navigator .siteTitle { position: absolute; left: 50%; transform: translateX(-50%); } Let me know how it works on your site Any other tips you would suggest? This moved my name in the middle but I would like to move my page link 'ABOUT' on the right side of the page. This is how the top looks like right now - see file attahed.Thanks so much for your help so far!
tuanphan Posted January 25, 2022 Posted January 25, 2022 On 1/22/2022 at 6:01 AM, Waqas said: Any other tips you would suggest? This moved my name in the middle but I would like to move my page link 'ABOUT' on the right side of the page. This is how the top looks like right now - see file attahed.Thanks so much for your help so far! Try adding this code to Design > Custom CSS @media screen and (min-width:641px) { #navigator header#topBar ul#nav>li:nth-child(3) { position: absolute; right: 0; } #navigator .siteTitle { position: absolute; left: 50%; transform: translateX(-50%); } } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment