in my home page the product name alignment is not okay, i want to align the product name in same alignment, how do i fix it, thank you 
This topic has 7 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
in my home page the product name alignment is not okay, i want to align the product name in same alignment, how do i fix it, thank you 
Hello,
Add the next code in Theme Options > Theme Custom CSS > Global 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;
}
Regards
thank you, its working but only few product are okay, slider product are same 
Add this code also
.swiper-container {
display: flex;
align-items: stretch;
}
.product-slide .product {
display: flex;
height: 100%;
}
.swiper-wrapper {
height: auto;
}
Regards
how do i fixed this
Thank you so much Rose
nice its fixed
one more question
if i update the theme the changes is available or not ? or need to make changes again .
You’re welcome!
After the theme update, all will be fine, custom CSS won’t disappear.
Regards
The issue related to '‘How to align my home page text’' has been successfully resolved, and the topic is now closed for further responses