Hi,
Please post a screenshot of the builder view ( what you expect to see on the live site ), so we can help.
Thanks, I expect it to have the same height, and also can you please help me to solve this issue which is, in mobile view the footer text not working well, I’ve attached 2 screenshots, 1 from my main site and a demo site which have an exact copy of your demo site which footer works fine. Thank you.
Builder On
Builder Off
Footer Text and settings off
Footer works fine ( exact copy of your demo )
1. Unfortunately the height is changing based on the content inside the product cards, so if a product has 2 lines title, then that will be taller, we can set a min-height to the other cards as well, but that won’t be correctly responsive, but you can give it a try by adding this CSS to wp-admin > Appearance => Customize > Custom CSS:
.woocommerce ul.products li.product h3 {
height: 48px;
}
– this CSS works with 2 line titles, but if you would have products with 3 lines of title, then you should increase the 48px value to adapt to the longer titles.
2. Your Footer Layout is different, you have 4 Column Footer Widgets, please try changing your Footer Layout in Themify Settings > Theme Settings > Theme Appearance.