Hi @larsvilhelmsson ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/base.css
@media screen and (min-width: 750px){
body .facets-vertical .facets-wrapper {
padding-left: 3rem;
width: 16.9vw;
}
body .facets-vertical .product-grid-container {
width: 83.9vw;
padding-left: 16.9vw;
}
}
