• Hi,
    Im using oceanwp with elementor. I have created a carousel for my images which are portrait and landscape. The problem is that the portrait images are cut off while in my developing area the images looks good.
    Hope someone can help.
    Thanks,
    Hazel

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Can you try to add the below code and check it works or not? Can you share the screenshot of the developing area for the slider?

    .slick-slide img {
    width:auto !important;
    max-width:none !important;
    }
    • This reply was modified 6 years, 2 months ago by Amit Singh.
    • This reply was modified 6 years, 2 months ago by Amit Singh.
    Thread Starter hazy23

    (@hazy23)

    I can not add codes for the carousel without going pro. I’m not sure how I can add screenshots here

    Thread Starter hazy23

    (@hazy23)

    I got it working now. But now it looks a bit strange on the mobile. I got the dots below and at the bottom of the images instead of only below the image.

    Try to add the below code to the Dashboard > Appearance > Customize > Custom CSS section to fix the issue

    @media only screen and (max-width: 480px) {
    .elementor-slick-slider ul.slick-dots li {
        width: 12px;
    }
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘carousel’ is closed to new replies.