Carousel Height Spporperty - Question | JoomShaper

Carousel Height Spporperty

EM

Elmir Mustafic

Extension 3 years ago

Hello, I need to change height of carousel inside property page because if i have a vertical image it become to much high. So i set height with CSS (desktop and mobile) and it works fine.

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #2517

Hello Elmir Mustafic

Please change your CSS to this

#spproperty .owl-carousel .owl-item img {
    max-width: 1180px;
    height: 700px;
    object-fit: cover;
    margin: 0 auto;
}

Best regards

0
EM
Elmir Mustafic
Accepted Answer
3 years ago #2568

Thank you, i missed that #spproperty in my code

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #2603

You are welcome

0