immiike Posted October 1, 2020 Share Posted October 1, 2020 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? Link to comment
immiike Posted October 1, 2020 Author Share Posted October 1, 2020 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; } } 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.