Hi all,
I have a massive issue that I’ve been trying to work out for the past day.
I’ve set my collection product grid to show 66.111vw and center of page, now I’d like to have my verticle filter to be16.9vw… so that I keep my product grid centered. BUT, I can not for the world get it to function ![]()
Anyone that know how to do this? See code below:
Code for collection product grid
.grid-dextop {
display: flex;
gap: 20px;
width: 66.111vw;
margin: 0 auto;
margin-top: 20px;
}
