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
harshwe
Hello Luke,
The colored Grid swatches displayed correctly earlier (before 6.3 update) at bottom of the Title and price on Shop Archive pages, as per the code shared by Bogdan in the post (point 18.a) – https://xtemos.com/forums/topic/how-can-we-make-video-appear-full-width-or-screen-default-404-page-and-custom/page/2/#post-360001
However, not working now (after 6.3 update), as can be seen from the staging site, here-
https://staging.vasangini.com/shop/
Prev code (working on live site http://www.vasangini.com) –
.wd-hover-quick.product-grid-item {
display: flex;
flex-direction: column;
}
.wd-hover-quick.product-grid-item .swatches-on-grid {
order: 1;
margin-bottom: 0;
margin-top: 3px;
}
How to show Grid Swatch attributes correctly after Title and price on Shop Archive pages (including Related products, Up – Cross Sells).
Why it is not working in this version. It seems everything gets affected by this update. Many of the codes and custom css either changes or do not worked.
Can you please check and share the updated or revised code.
Regards
- This reply was modified 2 years, 6 months ago by harshwe.