Hi,
I’m trying to create a blog post for a single product.
I would like to use the Single Product Slider and/or Product Grid in the Plugin Additions and show just one product.
The issue is, is that I can only display a minimum of 2 columns which isn’t what I want.
I only want to show one column.
Is there a way to do this?
Thanks,
Harvinder
Hey ballindigital,
Thank you for the inquiry.
You can add this css code to adjust the width of the columns:
.shop_columns_2 .products .product {
width: 100%;
}
If you need to apply this to a specific Product Grid element, you have to apply a Custom CSS Class name or ID to the element.
— https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
Ismael
Hi – thanks that worked but only for desktop.. Not the mobile.