immiike Posted October 1, 2020 Share Posted October 1, 2020 (edited) Site URL: https://octopus-pineapple-yxw8.squarespace.com/ Dear Circle Members I am trying to move the main navigation of my site below the logo. @media screen and (min-width:992px) { .header-announcement-bar-wrapper { flex-direction: column-reverse; } } This code unfortunately doesn't work for me. Site PW: luca1234 Any idea what I am doing wrong? Edited October 1, 2020 by immiike Link to comment
immiike Posted October 1, 2020 Author Share Posted October 1, 2020 (edited) I've solved it myself with the following code: @media screen and (min-width:992px) { .header-title-nav-wrapper { display:block; } .header-nav-wrapper { margin-top:1vw; } } 🙂 Edited October 2, 2020 by immiike inunzi 1 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