Before you ask please READ THIS

mobile slider descriptions

Thanks for your reply. I think i couldnt describe the situation:
I meant the slider on the main page with pictures goes on with description written by me automatickly on pc or tablet. But when I use mobile smart phone the description is not seen. For it to be seen I need to put on + button. So what I want is the for the descripction on slider to be seen aoutomaticly when I use mobile.

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    We have hidden it cause description is taking lot of space in this scenario and users are usually more focused on images then description.
    However you can use this custom CSS to change it:
    @media only screen and (max-width: 768px) {
    .slide-caption h2.title,
    .slide-caption .description{
    display: block;
    }
    .texts-opener{
    display: none;
    }
    }
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion