This topic has 9 replies, 3 voices, and was last updated 3 years, 7 months ago ago by Rose Tyler
Hello,
Do you have a trick to prevent the “add to cart” button moving up or down, depending on content, and to keep it aligned ?
For example, to fix this: https://prntscr.com/11potds
Thanks for your help
Regards,
Hello,
It’s possible to try to align it using Custom CSS only. Provide us with link to page where you have this issue and temporary WP Dashboard access to your site.
Regards
Hello,
I have this issue on homepage. You will find credentials and link on private area.
Thanks in advance for your help
Best,
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;
}
Regards
Hello Rose,
Thank you, it really works well to fix the button alignment issue but the whishlist icon is not anymore displayed. Do you think it could be linked?
Thanks
Apparently It had nothing to do with the new css but do you know what to do to get back the wishlist option on this slider?
Thanks again
Hello,
Check now.
Regards
Hello Olga,
Thank you for your help. It is back for selecting but the heart is now doubled when previously selected. I think a first install it was an empty heart when displayed but not yet selected and full when previously selected, but not 2 hearts. Please check https://prnt.sc/11wv69v
Thanks again!
Hello,
Check now.
Regards
The issue related to '‘Product Slider / “Add to cart” button aligned without the staircase effect’' has been successfully resolved, and the topic is now closed for further responses