is_sb Posted October 30, 2019 Posted October 30, 2019 I am using the Forte template and am looking for css to move the title to align over with the navigation bar on the right instead of on the default, left.
colin.irwin Posted October 30, 2019 Posted October 30, 2019 Try adding this to the custom css area after any other code that may already be there @media only screen and (min-width: 641px) { #headerWrapper header .wrapper { display: flex; width: 100%; justify-content: flex-end; #logo { display: inline-block; } #topNav { display: inline-block; } } } I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. You might want to check out my Squarespace Template Finder or read my Squarespace tips Speaking of tips, 💲I've got a tip jar. Feel free to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free
is_sb Posted November 1, 2019 Author Posted November 1, 2019 Thank you! So additionally, the alignment of the site title's center appears to align with the bottom row of the navigation. How do I have both align along the bottom?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.