Mobilescreen - Slider without text?

Hello,
If I look sliderphotos on the screen with my mobilephone i do not see any text - if I look on the same with my Ipad and my PC I can see the text??
What am I doing wrong?

www.mitropa.dk

Regards
Erik Petersen

Hello there,

I hope you are doing well today.

Depending on the screen size the them will remove that text because there is not enough space for it on some smaller devices.

Best Regards,
Support

Hi,

i found a CSS code to display featured slide on mobile with title :

@media only screen and (max-width: 767px){
.featured-title, .featured-text {
width: 85%!important;
display: block!Important;

}}

But the title is too big, is there a way to change its size so it can fit on the slider ?

Or if this isn’t possible, can we have the slider removed only on mobile (but still displayed on computer) ?

Thanks !

Hello there,

I hope you are doing well today.

You can use this CSS to remove the slider from mobile:


@media only screen and (max-width: 767px){
.featured-slider, .featured-slider .slider-cycle {

    display: none;
}
}

Best Regards,
Support

Thank you ! Is it possible to remove the slideron mobile BUT to keep displaying the article it was related to ? (with your code I only have the “no featured” post, the other one is gone)

Thanks :slight_smile:

Hello there,

I am no sure that I understand this correctly.

So you could remove the slider then add another post widget to show the posts.

Best Regards,
Support