This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow
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
Hello,
1) Replace the previous code with the code below
@media only screen and (max-width: 480px){
.products-grid .product,
.products-list .product {
width: 100%;
}
}
2) You added classes to hide the title in the Elementor settings and it causes the issue http://prntscr.com/w97lu0
I have removed that and title is ok.
Also, make sure that you add the short description for your products http://prntscr.com/w96wyc
Regards
You must be logged in to reply to this topic.Log in/Sign up