• Resolved lbabli

    (@lbabli)


    When I view my site in mobile view, all I see on the slider is the Read More button. I can’t tell what the Read More is in reference to. I experimented with and without a Slider Excerpt Length. I prefer to not have an Excerpt as it is redundant with the page title.

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

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

    (@vowelweb)

    Hello @lbabli,

    Add the below CSS code in additional CSS, it will disable read more button.

    @media screen and (max-width: 720px){
    .slider .more-btn a {
    display: none;
    }
    }

    Thanks.

    Thread Starter lbabli

    (@lbabli)

    Thank you, but I’m okay with the Read More button. Just want the page title visible as well so that people know what the Read More on that particular slider image is for.

    Theme Author VW THEMES

    (@vowelweb)

    Hello @lbabli,

    Add the below CSS code in additional CSS, it will show the page title.

    @media screen and (max-width: 720px){
    .slider .carousel-caption, .slider .inner_carousel {
    text-align: center;
    left: 20%;
    right: 20%;
    bottom: 0;
    padding-top: 0;
    }
    .slider .inner_carousel h1 {
    display: block;
    font-size: 15px;
    }
    }

    Thanks

    Thread Starter lbabli

    (@lbabli)

    Excellent! Many thanks!!!

    Theme Author VW THEMES

    (@vowelweb)

    Most Welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider on mobile view’ is closed to new replies.