Home › Forums › WoodMart support forum › How can we make Video appear Full-Width or Screen. Default 404 page and custom › Reply To: How can we make Video appear Full-Width or Screen. Default 404 page and custom
June 7, 2022 at 10:45 am
#381587
Luke Nielsen
Keymaster
Hello,
In the latest updates the HTML structure of the product grid was changed so please replace the old code with this one.
.product-grid-item .product-wrapper {
display: flex;
flex-direction: column;
}
.product-grid-item .product-wrapper .swatches-on-grid {
order: 1;
margin-bottom: 0;
margin-top: 3px;
}
Keep me informed of any issues.
Kind Regards