• Resolved brunos1997

    (@brunos1997)


    Hello,

    we are using the Short themen on our site and ists a very nice themen. Today I changed the Slider-text to a new one and noticed, that the text disappears in the mobile view. Just the headline stays but the rest of it isn´t displayed there. I haven´t found anything in the settings that could explain my issue.

    I hope that someone can help me!
    Thank and best regards
    Bruno

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author themeansar

    (@themeansar)

    Hi,

    Thanks for contacting us,

    For this add the below css code in additional css filed (Theme Dashboard -> appearance -> customize -> additional css filed)

    @media screen and (max-width: 767px) and (min-width: 240px) {
    #mt-slider .slide-caption .description {
    font-size: 10px !important;
    line-height: 15px !important;
    }
    }

    .description.hidden-xs {
    display: block !important;
    }

    Save the setting then check your website.

    Thanks

    Thread Starter brunos1997

    (@brunos1997)

    Thanks for the helpful answer! The text is now visible on the mobile devices, but the Button doesn’t show up. Is the text above maybe a little too long?
    Or do I need an additional css code for the button to show up?
    Thank you, a lot!

    Theme Author themeansar

    (@themeansar)

    Hi,

    For this add the below css code in additional css box

    @media screen and (max-width: 767px) and (min-width: 240px) {
    .mt-slider-inner .slide-caption .description p {
    font-size: 8px;
    }

    .mt-slider-inner a.btn-theme.hidden-xs {

    display: block !important;
    padding: 4px 3px;
    }

    .mt-slider-inner .slide-caption h1 {
    font-size: 80%;
    }

    mt-slider-inner .btn-theme {
    padding: 5px 9px !important;
    font-size: 10px !important;

    }

    }

    Any confusion lets me know

    Thanks

    Thread Starter brunos1997

    (@brunos1997)

    Works perfektly thank you a lot for your support!

    Theme Author themeansar

    (@themeansar)

    Hi,

    Glad to know it worked for you.We would really appreciate if you could provide us a review here:

    https://wordpress.org/support/theme/short/reviews/#new-post

    If you have any more questions, feel free to ask again!

    Thanks

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

The topic ‘Short Theme Slider-Text disappears in mobile view’ is closed to new replies.