correspondance Posted June 7, 2021 Share Posted June 7, 2021 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! Link to comment
tuanphan Posted June 7, 2021 Share Posted June 7, 2021 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 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
correspondance Posted June 7, 2021 Author Share Posted June 7, 2021 Yeah! It works! Thank you so much @tuanphan 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