Please note that all three product are in the row are not aligned in equal line..
https://prnt.sc/w5f9bb
All image are not displaying
This topic has 6 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler
Please note that all three product are in the row are not aligned in equal line..
https://prnt.sc/w5f9bb
All image are not displaying
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
Thanks a lot .. This solved my problem
1. How to change the color of button like – #db3786 and I wish to keep it change whenever i want
2. There very less difference between each row. How to increase??
You’re welcome!
1) Settings of buttons you can find in Theme options > Styling.
2) Could you provide a screenshot for a better understanding of the desired result? Also, provide URL of page where changes should be done.
Regards
1. Button color still not reflecting changed on website –
https://abstore.in/product-category/men/
https://abstore.in/product-category/kanthmala/
Setting : https://prnt.sc/w63vxc
i only want to change the button
I can see changes – https://prnt.sc/w6fdze Clear cache and check then – https://prnt.sc/w6fd9v
Regards
The issue related to '‘Shop Alignment not correct’' has been successfully resolved, and the topic is now closed for further responses