XION / Image Carousel are Cut Off At The Top - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

XION / Image Carousel are Cut Off At The Top

Deich8

Deich8

Template 2 years ago

Hello, at a certain resolution (tablet / landscape format) the images in the image carousel are cut off at the top (see attachment). Is there a solution for this? Best regards Ingo Layout Bundle: XION

https://imgur.com/a/yLHR1MN

Live: http://mooibike.deich8.de/bikes/easy-rider-compact

0
11 Answers
Pavel
Pavel
Accepted Answer
2 years ago #113191

Hi.

Add your own class name to the carousel addon and try following code (add it to custom.css file):

@media (max-width: 1199px) and (min-width: 992px) {
    .YOUR_OWN_CLASS .sppb-carousel-extended-outer-stage {
        height: 800px !important;
    }
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #112631

Hi

Thanks for contacting us. It seems ok in my end. Please see my screenshot below:

https://prnt.sc/uf4DT7OF4FvF

-Regards.

0
Deich8
Deich8
Accepted Answer
2 years ago #112637

Please change the width in the browser. This effect occurs at a certain width. Best regards Ingo

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #112759

I have also checked like this and it seems fine on that also. Which browser are you using?

0
Deich8
Deich8
Accepted Answer
2 years ago #113188

Hello attached is an animation that shows the error. Sorry, but it wasn't that difficult to reproduce the error. The error exists in all browsers. Best regards Ingo http://www.mooibike.deich8.de/images/mooibike.gif

0
Deich8
Deich8
Accepted Answer
2 years ago #113198

Hello, is this included correctly? code in custum.css: @media (max-width: 1199px) and (min-width: 992px) { .mooibike .sppb-carousel-extended-outer-stage { height: 800px !important; } } How do I have to integrate it specifically and where? Best regards Ingo

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113227

Custom css for Joomla 3 Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Custom css for Joomla 4 Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

0
Deich8
Deich8
Accepted Answer
2 years ago #113248

Hello, I pasted the code but I can't see any difference. I share the login data in the hidden settings. Best regards Ingo

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113297

Did you insert your own CSS class?

0
Deich8
Deich8
Accepted Answer
2 years ago #113323

Hello, where do I have to use the CSS class and how? Best regards Ingo

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113380

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

And also please follow this blog below:

https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

0