Featured product box size - by mfranklin

This topic has 4 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler

  • Avatar: mfranklin
    mfranklin
    Participant
    July 2, 2018 at 19:08

    Hi,

    Using the latest version of the theme and I’ve used selected 4 products to be featured on the homepage but as the title is over 2 lines it has pushed the button below the price out of the box so you can’t see it all.

    screen shot of what happens

    Is there an fix for this?

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2018 at 08:07

    Hello,

    Please add this code in custom.css file of parent theme or in style.css of child theme:

    @media screen and (min-width: 1600px) {
        .carousel {
            height: auto !important;
        }
    }
    .carousel {
        height: auto;
    }

    Regards

    Avatar: mfranklin
    mfranklin
    Participant
    July 3, 2018 at 09:16

    Perfect – thank you!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2018 at 09:24

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.