Hello, I would like to make the website width smaller.
Like this: in the red line
This is the website page: https://tiendacontraentrega.myshopify.com/products/rizador-automatico-de-cabello?variant=43060705788124
Thanks on advance for your help!
Hello, I would like to make the website width smaller.
Like this: in the red line
This is the website page: https://tiendacontraentrega.myshopify.com/products/rizador-automatico-de-cabello?variant=43060705788124
Thanks on advance for your help!
Hi @jtorres ,
@media only screen and (min-width: 750px) {
.page-width.fullwidth {
max-width: 70% !important;
}
}