Archived topic
Prime Site Site Library
3 replies · Started by Yusuf on July 24, 2019
Why my site https://cart1.lpage.id/ different with this libary sample site https://gpsites.co/prime/
the product list not responsive and the simple css is blank.
what am I missing?
Hi there,
WooCommerce blocks recently released an update which broke some fo the layouts.
Try adding this:
.wc-block-grid.has-5-columns .wc-block-grid__product {
flex: 1 0 calc(20% - 16px);
}
The imported CSS from the site library would be in the Additional CSS field in the customizer. I checked and it's there:
https://www.screencast.com/t/3sRQ1xRC
need responsive..
Huh. It should be responsive by default and no way to turn it off.
Looks like the CSS in the media query are being stripped.
Can you try disabling all plugins except GP Premium to eliminate any conflicts?