• Hello, is there a CSS to make this fix? when I turn on the builder module, it seems fine, but after saving the settings it shows the same result. I know some of the titles have different lines, 2 and 3 so it creates the issue so any help would be appreciated. Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    Please post a screenshot of the builder view ( what you expect to see on the live site ), so we can help.

    Thread Starter anomouse

    (@anomouse)

    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 )

    Plugin Author themifyme

    (@themifyme)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Featured Products Box height’ is closed to new replies.