• Resolved tammya1999

    (@tammya1999)


    Hi,

    I am trying to get the images in the style 4 slider to show only thumbnails with no luck. My feature pictures are 600 x 600 and there is a grey background bar on both sides of the picture on the slider.I have cleared cache with no luck of changing the size of the picture size.

    I put this CSS in my theme:
    .recent-post-slider.design-4 .post-image-bg {
    background: none;
    height: 150px;
    }
    .recent-post-slider.design-4 .wp-medium-5 {
    width: 150px;
    }
    .recent-post-slider.design-4 .wp-medium-7 {
    width: 80%;
    }

    I have this is the shortcode: media_size=”thumbnail”

    Thanks

    • This topic was modified 6 years, 10 months ago by tammya1999.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tammya1999

    (@tammya1999)

    Ok. I changed the way it looked to use a 1000 x 500 picture which was suggested. But there is a gray area above and below the picture. Is there a way to make make the whole slider 500 pxls high? Or make the background not show? Thanks

    Hello,

    Thanks for reaching here.

    Go to the “Additional CSS” part of the dashboard and add below CSS(Path: Admin Panel->Appearance->Customize->Additional CSS).

    .wppsac-slick-slider-wrp .post-image-bg { height: 100px !important; }

    Your problem not solve, please send your website URL.

    Let me know if you are any query.

    Thanks,

    Hello @tammya1999

    Can you please share your website link for better support?

    Thread Starter tammya1999

    (@tammya1999)

    I can’t share my website link because its a private site.

    I think there is a conflict with something on the website. When I try the plugin in staging, it works perfectly. But on the real site, the media just won’t work correctly. Even with the correct picture size. Ketan, your CSS didn’t work either.

    I am keeping this plugin in mind when we revamp our site and see what happens then. Thank you for your time.

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

The topic ‘Thumbnail size not working’ is closed to new replies.