Jump to content

7.1 Help Custom Code to Lower Nav Bar to Line Up with Logo

Recommended Posts

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!

Current reference of right aligned standard nevigation bar setting that I would like to lower to be in line with the text in the logo .png

Reference image with red line indicating where I would like to move the navigation bar to be in line with.png

Link to comment
  • Replies 12
  • Views 1.9k
  • Created
  • Last Reply

Top Posters In This Topic

23 hours ago, CarolynSmith said:

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 9 months later...
  • 3 months later...
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/

 

Capture.PNG

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.