This topic has 14 replies, 3 voices, and was last updated 1 years, 12 months ago ago by Fernez
Hello, I need help here.
I use product carousel element in my homepage.
I wan to make add to cart and price label a horizontal alignment in same in-line.
I was tried to do follow this forum but it seem doesn’t work on my site.
https://www.8theme.com/topic/how-to-make-add-to-cart-and-price-label-a-horizontal-alignment/
Hello, @Fernez,
Sorry for the inconvenience but can you please share your site WP-ADMIN Login details in the below-listed format in the private content area of this topic on which you are facing the issue so that we’ll check and assist you accordingly?
WP Admin URL:
WP Admin Username:
WP Admin Password:
Page URL on which the issue appears:
Note: Kindly take a complete backup of your site first.
Regards 8Themes Team.
Here is the detail
Plese help me,
if it possible I want it to be global, same height in every page
eg. shop page, home page, category page
Thank you.
Hello, @Fernez,
Your provided WP Admin Login details are not correct/working, Can you please share the correct one, so that I’ll check and help you out. See the image for reference in the private content area.
Regards 8Themes Team.
Sorry here detail login
Hello, @Fernez,
1. I have solved your issue on Shop and Category pages by using the Custom CSS code: https://ibb.co/dc8vSqJ
2. I have solved your issue on the Home page by editing the element “Product Carousel” and set the title limit, please see this screenshot: https://ibb.co/d43FNMV
Regards 8Themes Team.
Is there other way to do that by not limit chars or words in the configuration?
Regards.
Hello, @Fernez,
Unfortunately, NO, there is no other way. Other way will be the extra Customization.
Thanks for your understanding.
Regards 8Themes Team.
Hello,
What about is there an CSS method to fix like in the Shop and Category pages that you fixed before. https://ibb.co/dc8vSqJ
but CSS for the elements in Homepage
Regards.
Hello,
Try the next code:
.etheme-product-grid-item {
flex-direction: column;
justify-content: space-between;
display: flex;
height: 100%;
}
Regards
Thank you this one it is working.
please help with last one question,
can it possible to move the product title to top? is it can align the text but the button still in same line?
https://ibb.co/LCdnZC5
Reguards.
Hello,
Try:
.etheme-product-grid-title {
min-height: 68px;
}
Regards
Hello,
That’s all working perfect! Thank you for your best ever support I had.
Regards.
Tagged: add to cart, button, height, in-line, product carousel, templates, woocommerce, wordpress
The issue related to '‘How can I make add to cart button of Product carousel to be same height or make it in-line’' has been successfully resolved, and the topic is now closed for further responses