Archived topic
Header Logo and Menu
3 replies · Started by Atefan on July 15, 2021
Hello,
I have these 2 sites, and I wish the aspe...com would work the same way as screen....com.
At aspe....com the logo jumps, like in a second column, when scrolling up, on desktop, mobile both the same. Both sites have the same settings.
Why does this happen?
Thanks
Hi Atefan,
You have this CSS in the screen site:
@media (min-width: 769px) {
.inside-navigation {
display: flex;
flex-direction: column;
}
}
https://www.screencast.com/t/CUoUh0j4QrUl
flex-direction: column; is causing the logo and navigation go to different rows.
Thank you SO MUCH, Ying!
You are welcome :)