• Resolved tatami3lri

    (@tatami3lri)


    I have just downloaded and been playing with Hustle. First impressions are very favourable but I need to spend some more time with it.

    I have come across a problem I hope you can help me with. I am happy with the way I have configured my first desktop pop-up.

    However, when I look at the resulting mobile layout, the featured image is much too small.

    I searched for a solution and found someone with a similar question. I tried pasting the suggested CSS but it didn’t work.

    I’d really appreciate some help here.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @tatami3lri,

    Please try the following CSS and see whether it works:

    @media screen and (max-width: 480px) {
        .hustle-layout .hustle-layout-content .hustle-image {
            height: 150px;
        }
    }

    You can add the above CSS by editing the Hustle popup under Appearance > Custom CSS as shown in the following screenshot:

    Screenshot at 18:08:48.png

    If the above CSS doesn’t work, then we’ll need a link to the page where you have the popup configured to provide the correct CSS.

    Please do check and let us know how that goes. Have a nice day ahead.

    Best Regards,
    Nithin

    Thread Starter tatami3lri

    (@tatami3lri)

    Perfect. Thank you so much, Nithin, for your help here. It’s much appreciated.

    All the best

    Philip

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image way too small on mobile devices’ is closed to new replies.