Width of virticle filter... (Dawn Theme)

Hi @larsvilhelmsson ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. 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;
    }
}