This topic has 10 replies, 3 voices, and was last updated 5 months, 1 weeks ago ago by Andrew Mitchell
i want ajax product tabs to always be inline and always the add to cart button be allined no matter what even if the title is like shorter longer..
Hello,
Thank you for reaching out to us with your request.
You can try to use the next custom CSS code:
.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: flex-end;
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;
}
Best Regards,
8Theme’s Team
global custom css or custom css with elementor
Hello,
Theme Options > Custom CSS > Global.
Best Regards,
8Theme’s Team
how can change the add to cart font size and family ?
Hello, Alpha111,
We hope this message finds you well. Please find the example of the settings you requested at the following link: https://prnt.sc/XPxPBEho5-YP
Should you have any further inquiries or require additional assistance, please do not hesitate to contact us.
Best Regards,
8Theme’s Team
Not for this one the one with multiple tabs
Hello, Alpha111,
In this case, custom CSS code can be used:
.add_to_cart_button {
font-size: 20px !important;
font-weight: 600 !important;
}
Best Regards,
8Theme’s Team
Thanks
Dear Alpha111,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘i want ajax product tabs to always be inline’' has been successfully resolved, and the topic is now closed for further responses