• Closed
  • Tom Waterfall
    Spectator
    November 22, 2017 at 12:46 pm #35396

    Hi there,

    I’m having an issue that when the site is in responsive/mobile mode, the bootstrap slider (which I am using on the homepage to pick out some feature pages) loses the read more buttons. This then makes it useless as visitors to the site cannot click through to the page referenced in the slide.

    Screenshot here – https://prnt.sc/hdqarc

    Is there any way to prevent this happening?

    Regards,
    Tom

    vaibhav
    Spectator
    Posts: 287
    November 23, 2017 at 6:36 am #35404

    Hi,

    Please add custom css in additional css area
    @media ( max-width: 540px ) {

    #bootstrap-slider .carousel-caption .bootstrap-button {
    display: inline-block;
    }

    }

    Thank you