Topic Resolution: Resolved
  • Closed
  • Guido Peter
    Spectator
    25.09.2015 at 11:51 #20939

    Hello

    I have the problem with the bootstrap slider, that no description and no button is visible on mobile devices. Title and arrows are visible.

    Best regards,

    Guido

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 08:51 #20978

    Hi,

    Please post your website url.
    We need to take a look.

    Thanks!

    Guido Peter
    Spectator
    Posts: 5
    26.09.2015 at 11:37 #20982

    Hi

    http://www.glattalturniere.ch

    Best regards,

    Guido

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 12:31 #20987

    Hi,

    Please use the following in your Theme Options -> Custom CSS
    Clear mobile browser cache before re-visiting site.

    @media screen and (max-width: 768px) {
    .carousel-caption p {
    display: block !important;
    margin: 0 auto !important;
    width: 200px !important;
    word-wrap: break-word !important;
    }
    #bootstrap-slider, .carousel-inner .item img {
    height: 150px !important;
    }
    }

    By default, the theme design hides the description on mobile, because it’s difficult to make it look good.

    Thanks!

    Guido Peter
    Spectator
    Posts: 5
    28.09.2015 at 12:39 #20998

    Thanks,

    this works perfect.