• Resolved ivan83

    (@ivan83)


    When I decrease size of windows on desktop size of description tittle in slider on home page are not changing. can I do something about that?

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hey, have you tried creating a separate slider for mobile in theme options > mobile slider?

    Hannah

    Thread Starter ivan83

    (@ivan83)

    i did that. on mobile device is everything ok, but when i decrease size of window on desktop sliders tittles are not changing. I asking this because i”m not sure that sliders will be fine on some other mobile device

    hannah

    (@hannahritner)

    Let me look into this a bit and I’ll get back to you.

    Hannah

    Thread Starter ivan83

    (@ivan83)

    Ok
    Thanks Hannah

    The slider will switch only a on mobile device. It’s changed based on browser type not screen size, so re-sizing won’t show you a different slider.

    if you want your desktop slider text to resize when the widow does you can add css like:

    @media (max-width: 767px) {
    		.captiontitle {font-size: 20px;}
    		.captiontext p {font-size: 14px;}
    }

    Kadence Themes

    Thread Starter ivan83

    (@ivan83)

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Description tittle in slider’ is closed to new replies.