• Closed
  • olivier octobre
    Spectator
    23.11.2015 at 16:17 #22309

    Hi,
    I have a problem with bootstrap slider with evolve template on android and ios.
    The second line of the text appears above the first line when the screen is narrow.
    You can get it here : http://www.elevagedebiar.com/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    24.11.2015 at 05:19 #22332

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .carousel-caption h2 {
    line-height: 1.2 !important;
    }
    }

    Thanks!