• Hi,

    I am using elementor to create my page. There is blank space below my carousel but it is auto adjust when i move the slide to the right. how can i remove the blank space?

    Also the arrow is shown in my desktop but it is not shown on mobile display. How to make this shown?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, please paste the following code in the custom CSS box

    .wcp-carousel-main-wrap .slick-slide {
        max-height: 250px;
    }
    .wcp-carousel-main-wrap {
        max-width: 93%;
        margin: 0 auto;
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘blank space and arrow on mobile not showing’ is closed to new replies.