Error Element Slide

Posted in: Newspaper
Post count: 4

Image of the slide is flattening in the mobile version. https://goo.gl/hov8xz
How do we solve this?

Post count: 20688

Hi,

That is the way the slide displays on smaller devices. You could try a code like this and make the slide have a bigger height in this case
https://www.screencast.com/t/22w4mD3np
Enter the code in Theme panel->Custom CSS section

@media (max-width: 500px) {
.iosSlider-col-3 .entry-thumb,
.iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
height: 250px!important;
}}

Thanks

Post count: 4

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.