This topic has 7 replies, 3 voices, and was last updated 3 years, 7 months ago ago by Rose Tyler
How to keep products in shop and main page inline.. The products are a bit all over the places depending on the length of the name of the products.
Hello,
Add the next code in Theme Options > Theme custom CSS:
.main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
display: flex;
justify-content: center;
}
.products-loop .ajax-content, .products-loop {
display: flex;
flex-wrap: wrap;
flex: 1;
}
.content-product {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
}
.content-product .quantity-wrapper {
margin-right: auto;
margin-left: auto;
}
.swiper-container {
display: flex;
align-items: stretch;
}
.product-slide .product {
display: flex;
height: 100%;
}
.swiper-wrapper {
height: auto;
}
To remove that border, delete this code – https://prnt.sc/110q5ij from Theme custom CSS.
Regards
Thanks a million! You are truly amazing… thanks a lot.
By the way, is there a possibility to have ADD TO CART button on a product, then only shows the quantity option after that product has been added to cart.
Hello Kevin
Can you please explain your question a little more as we see in your website Quantity box is working fine on homepage and product single page.
Robert Hall
Customer Support.
Hi Robert, sorry as I thought I would have gotten email notification of your replies so I thought someone would have forgotten me.
What I meant was something like below:
1. ADD TO CART button .. once the customer adds that product into the basket once
2. The ADD TO CART button now changes to “- quantity +” button.
As currently we can set allow quantities but then it always shows quantitates option by default and on the mobile (small screen) sometimes trying to tap on + or – signs it goes to the input text box instead and ask the user to input the quantity in
Hello,
There is no such functionality, right now.
Please submit a request here – https://www.8theme.com/taskboard/
Regards
You must be logged in to reply to this topic.Log in/Sign up