Hi,
I’m wanting to move everything over a little bit to the left on my product pages.
This is so that it’s more in the centre but still left aligned (text).
Here is the preview link:
Hi,
I’m wanting to move everything over a little bit to the left on my product pages.
This is so that it’s more in the centre but still left aligned (text).
Here is the preview link:
You can change the 100px to any value you wish. This will not take effect on mobile devices.
Kind regards,
Diego
Amazing! Thank you!
Add code Your assets/section-main-product.css bottom of the file.
@media screen and (min-width: 990px) {
.product:not(.product--no-media):not(.featured-product) .product__media-wrapper { max-width: 35% !important;}
product {
margin: 0 auto;
justify-content: center;
}
}
Thanks!
Try this new code
Add code Your assets/section-main-product.css bottom of the file.
@media screen and (min-width: 990px) {
.product:not(.product--no-media):not(.featured-product) .product__media-wrapper { max-width: 35% !important;}
.product {
margin: 0 auto;
justify-content: center;
}
}
how to add padding to the entire left side?
Use This Code…
@media screen and (min-width: 990px) {
.product:not(.product--no-media):not(.featured-product) .product_media-wrapper { max-width: 35% !important;}
product {
margin: 0 auto;
justify-content: center;
}
}
Thank you!
Hello could you help me?
Heated Jacket – WintertimeWonder
Password is 123.
I would like to make margins on the sides, as you can see it is right on the border.
Thanks