is_sb Posted October 30, 2019 Share 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. Link to comment
colin.irwin Posted October 30, 2019 Share 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; } } } If you're looking for a Squarespace Developer, drop me a line. Link to comment
is_sb Posted November 1, 2019 Author Share 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? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.