hi there,
When adding another category in my navigation menu I have this annoying result (See attached). The category hamper gets a random position below. How can I fix that?
thanks
hi there,
When adding another category in my navigation menu I have this annoying result (See attached). The category hamper gets a random position below. How can I fix that?
thanks
@Danielexx85 please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 1024px){
.site-nav__dropdown .page-width .grid .grid__item{
float: left !important ;
}
}