Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Kadence slider > do not crop image

Home / Forums / Pinnacle Theme / Kadence slider > do not crop image

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
September 15, 2015 at 10:25 am

Hello,

I have tried to imitate the same responsive effect on my page (here : than on this page :

On , when we reduce the nav window, the image into into the head slider is entirely displayed on its width.
On , wuth the Kadence slider, my image is cropped on its width, when I reduce the nav window

How can I imitate the same image responsive ? I think the issue comes from the height…

Thanks !

I have copied this code :
.kad-slider {
margin: 20px auto 0;
max-width: 1764px;
width: 90%;
padding-left: 20px;
padding-right: 20px;
}

@media
(max-width: 900px)
.kad-slider {
width: 95%;
}

@media
(max-width: 767px)
.kad-slider {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.