MeganTallTails Posted April 25, 2021 Share Posted April 25, 2021 (edited) Site URL: https://toucan-badger-7k9y.squarespace.com I am sooooo close with my code. I just want the navigation links to be one line to the right of the logo but lined up with the bottom of the logo with the search bar above. The site url is: https://toucan-badger-7k9y.squarespace.com pass: raNgo2021 Current code is: @media screen and (min-width:992px) { .header-nav-wrapper { position: relative; top: 250px; } } Thanks! Edited April 25, 2021 by MeganTallTails Link to comment
MeganTallTails Posted April 25, 2021 Author Share Posted April 25, 2021 1 hour ago, MeganTallTails said: Site URL: https://toucan-badger-7k9y.squarespace.com I am sooooo close with my code. I just want the navigation links to be one line to the right of the logo but lined up with the bottom of the logo with the search bar above. The site url is: https://toucan-badger-7k9y.squarespace.com pass: raNgo2021 Current code is: @media screen and (min-width:992px) { .header-nav-wrapper { position: relative; top: 250px; } } Thanks! EDIT I had a search bar but now its gone. I didn't change any of the code injection or css code. Any help please! Link to comment
tuanphan Posted April 26, 2021 Share Posted April 26, 2021 Add to Design > Custom CSS /* Align nav */ nav.header-nav-list { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .header-title-nav-wrapper { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment