This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
When I make logo big menu from right side goes down. Is there away when I scale logo menu stays where it is.
Hello,
Try to add this code in Global custom CSS:
@media only screen and (min-width: 993px){
.header-wrapper header > .container .container-wrapper {
align-items: start;
}
.navbar-header {
align-items: start;
align-self: auto;
padding-top: 3vw;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up