Hi to everyone,
I would like to decrease the product grid’s size
Me website: https://runesofesu.store/
Now it looks lie this:
and i want it like this:
Please help xxx
Hi to everyone,
I would like to decrease the product grid’s size
Me website: https://runesofesu.store/
Now it looks lie this:
and i want it like this:
Please help xxx
Do you want to aling same with the banner above?
If it is try this one.
@media screen and (min-width: 990px){
.collection--full-width slider-component:not(.slider-component-desktop) {
padding: 0rem;
max-width: 90%;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi,
thank you a lot for your help!
ive tried it first with base.css but it did’t work, then ive tried it with template-collection.css and it worked perfectly!
appreciate it a lot!!!