CarolynSmith Posted April 19, 2020 Share Posted April 19, 2020 Hi, I'd like to learn how code or advice for how to lower my navigation bar to be in line with the company name text in the logo. I would like your help please in seeing if it is possible to format this for a version 7.1 desktop. Please see reference attached of how it displays now, and where I would like for it to display in line with red bar as a guide in the second reference image. Any help is greatly appreciated! Thanks so much! Link to comment
tuanphan Posted April 19, 2020 Share Posted April 19, 2020 Can you share link to your site? If you can't, use CSS flexbox to solve this. 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
CarolynSmith Posted April 19, 2020 Author Share Posted April 19, 2020 1 hour ago, tuanphan said: Can you share link to your site? If you can't, use CSS flexbox to solve this. Thanks so much! It’s https://sandralynnallendesign.squarespace.com/ Link to comment
tuanphan Posted April 20, 2020 Share Posted April 20, 2020 23 hours ago, CarolynSmith said: Thanks so much! It’s https://sandralynnallendesign.squarespace.com/ Add to Home > Design > Custom CSS @media screen and (min-width:992px) { .header-title-nav-wrapper { align-items: baseline; } } 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
CarolynSmith Posted April 21, 2020 Author Share Posted April 21, 2020 13 hours ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (min-width:992px) { .header-title-nav-wrapper { align-items: baseline; } } Thank you so much! Many blessings to you! Link to comment
Mutley Posted February 14, 2021 Share Posted February 14, 2021 Hey, Is there a code to move the nav bar (and button) to the top and not the bottom? Thanks, Link to comment
tuanphan Posted February 15, 2021 Share Posted February 15, 2021 23 hours ago, Mutley said: Hey, Is there a code to move the nav bar (and button) to the top and not the bottom? Thanks, align-items: flex-start; SShepherd 1 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
BONICA Posted May 19, 2021 Share Posted May 19, 2021 Hello ! I there a way to move my nav bar links to line up below my button on 7.1? Site isn't live, password is master. Where the red line is on the screen shot (except straight, lol) https://capybera-bronze-jlt5.squarespace.com/ Link to comment
tuanphan Posted May 19, 2021 Share Posted May 19, 2021 15 minutes ago, BONICA said: Hello ! I there a way to move my nav bar links to line up below my button on 7.1? Site isn't live, password is master. Where the red line is on the screen shot (except straight, lol) https://capybera-bronze-jlt5.squarespace.com/ Add to Design > Custom CSS /* Align nav */ .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
BONICA Posted May 19, 2021 Share Posted May 19, 2021 Thank you so much for your quick reply, I copied and pasted but couldn't get to to work! Any other suggestions? Thank you so much Link to comment
BONICA Posted May 19, 2021 Share Posted May 19, 2021 Or just how to move them to the right with this layout? Thank you again! Link to comment
Guest Posted May 19, 2021 Share Posted May 19, 2021 Its not a difficult task you can see some new tips here to solve this issue because I am working on a new project website and taking help from there. Link to comment
tuanphan Posted May 19, 2021 Share Posted May 19, 2021 3 hours ago, BONICA said: Or just how to move them to the right with this layout? Thank you again! Can you share site url? 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