• Hi,
    Thanks for providing this wonderful template. I have been working on a website and it is nearly done except the slider caption and text look highly magnified and cutoff in the mobile version. The “Read More” caption doesn’t appear at all. Any help would be appreciated. This is my website: http://dev-cmdlab.ws.asu.edu

    • This topic was modified 5 years, 7 months ago by arunima87.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hii,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the given CSS in Custom CSS box and save –

    @media only screen and (max-width: 480px) and (min-width: 200px){
    .carousel-caption {
        top: 2% !important;
    }
    .carousel-text .enigma_blog_read_btn {
        display: inline-block !important;
    }
    ul.list-unstyled.carousel-list p {
        font-size: 10px;
        line-height: 1;
    }
    .carousel-inner .item img{
        height: 157px !important;
    }
    }

    Thanks.

    Thread Starter arunima87

    (@arunima87)

    Thank you so much. It worked like a charm.

    Your welcome

    Let us know for further query.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider Text in Mobile Site’ is closed to new replies.