• Resolved Lucii1708

    (@lucienne1708)


    Dear Sirs,

    I tried to adjust the length size of the image in the slider by adding the following shortcode: [recent_post_slider design=”design-1″ recent_post_slider media_size=”full”]
    and adding the following css:
    .recent-post-slider .post-image-bg img {
    height: auto !important;
    width: 100% !important;
    object-fit: unset !important;
    }

    But the length still did not change in the slider as you can see on the page.

    Do you know what I did wrong?

    Hope to hear from you soon!

    Regards,

    Lucienne Broere

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

Viewing 1 replies (of 1 total)
  • Hello @lucienne1708

    Thanks for reaching Here,

    Please Remove that css and Add this Css in your active theme’s style.css file :

    .recent-post-slider .post-image-bg img {   
        object-fit: fill !important;   
    }

    Let us know if there is anything.

    Thanks & Regards.

Viewing 1 replies (of 1 total)

The topic ‘Length image slider’ is closed to new replies.