Jump to content

How to align nav bar elements and button on the top of the logo ?

Recommended Posts

Site URL: https://www.haute-renommee-gallery.com/

Hello! 
I'd like to align all the elements of the nav bar on the top of the logo. For now, it only works with the navigation elements but I can't apply it on the menu button (screenshot attached)

I used this code

/* Align nav */
.header-title-nav-wrapper {
    align-items: flex-start;
}

 

I appreciate any help 🙂 
Thank you!

 

 

Capture d’écran 2021-06-07 à 14.45.07.png

Link to comment
  • Replies 2
  • Views 806
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Try this code

.header-display-desktop {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.header-title-nav-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

 

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

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.