cscholz Posted April 14 Posted April 14 Hello, Is it possible to adjust my header contents to the grid below? I'd like the info link to left align to my email and social text, also I'd like to move my "work" link around to a desired place. My header is fixed on scroll. See screenshot below:
Solution cscholz Posted April 15 Author Solution Posted April 15 Did a ton of searching on here and found this code that worked perfectly. Quote .header-layout-nav-right .header-nav-list { display: flex; justify-content: flex-start; } .header-layout-nav-right .header-nav-item:last-child { margin-left: auto !important; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment