Hello,
I want to ask how to make the product grid full width? I want only this page to be full width.
Here’s the link to my website: www.ramahija.com and the password is gaylda
Thanks in advance!
Hello,
I want to ask how to make the product grid full width? I want only this page to be full width.
Here’s the link to my website: www.ramahija.com and the password is gaylda
Thanks in advance!
Hi @ramahija ,
.facets.facets-vertical-sort.page-width {
max-width: 100%
}
oh sorry for that issue can you try
@media screen and (min-width: 750px) {
.facets-vertical {max-width: 100% !important;}
}
hey, it works! Thank you for your help
its my pleasure to help us