Hello,
I would like to show 1 product per row on mobile instead of 2 products per row. I had already asked this and got to see css, see website on mobile, text will also be placed over product image and is very ugly.
Hello, Add the below code to Theme Options > Custom CSS to show 1 product per row on mobile device @media only screen and (max-width: 480px){ .products-grid .product { width: 100%; } } Regards
My other question is that the title and small description are missing, but the single product builder is set in section 2, title, short descriptioin, price, add to cart, sharing set up