Hi
on product pages:
https://www.lesbronson.com/collections/all-products-sorted/products/white-jacket
password: sandwich
I’m trying to increase the size of the image so it aligns with the breadcrumb navigation from the home text at the top??
Hi
on product pages:
https://www.lesbronson.com/collections/all-products-sorted/products/white-jacket
password: sandwich
I’m trying to increase the size of the image so it aligns with the breadcrumb navigation from the home text at the top??
You may add this to the very bottom of the stylesheet.css asset:
.product__section .row.grid_wrapper {
width: calc(100% - 42px);
margin: 0 auto;
}
This would make your images very toll though…