Hey,
I would like to know how could I manage the width of my related product section to be as width as the bestsellers section on the home page ?
Thanks.
Hey,
I would like to know how could I manage the width of my related product section to be as width as the bestsellers section on the home page ?
Thanks.
section.related-products .page-width {
max-width: 100% !important;
text-align: center !important;
}
.price {
align-items: center !important;
}
@Ulysse1300
Add this code in the theme.scss or theme.css file
The beginning works, but for the price code when I add it it centres the price in the middle on every other collection section.