Tagged: shoppage, woocommerce
Hej Kriesi-team
I made a new shoppage (instead of the standard one with woocommerce). I used Avia layout Builder, and inserted to product grids. But on frontend there are more products showing than I allowed the grids to show.
I put the URL in the private content an credentials so you can have a look.
Thanks in advance for your help
Kind regards
Ronald
Hey Ronaldgoudriaan,
Thank you for using Enfold.
I’m sorry but we can’t get past the “my account” page. Make sure that the user role is set to admin. And regarding the issue, it looks like you’re using a woocommerce shortcode. Is that right? Please try the advance layout builder’s Product Grid element instead.
Best regards,
Ismael
Hej Ismael
Sorry, forgot the give you the admin role.
Am using the advace layout builder’s product grid (2x)
Kind regards,
Ronald
UPDATE
Hej Ismael
I deleted the avia prod. grid sliders and now it is apparently showing another grid. That might be ok, but on my mobile devices only to columns are shown, so half of the screen is used.
Thanks in advance again
Kind regards
Ronald
Hi,
use this code:
@media only screen and (max-width: 767px) {
div .products .product {
margin-right: 0 !important;
width: 50%;
}}
Best regards,
Andy