Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53426
    Nick
    Participant

    Is the featured Slider actually fully responsive?

    We have currently stopped it from displaying on mobile as it seems not to be responsive..

    Can you advise please..

    Cheers,
    Nick

    #53441
    Sakin
    Keymaster

    @Nick: Yes, it’s responsive. Can you share your site URL so that I can check in. You can check our demo URL with your mobile device at http://catchthemes.com/demo/catch-kathmandu/

    #53496
    Nick
    Participant

    Hi Sakin, thanks for your answer. Could you have a look at http://ournoosa.community – you will see a surfboard shape (which is actually the Slider Title and Content) I edited this to look that way using CSS. We have stopped the slider displaying on mobile because the surfboard won’t currently resize – maybe this is because of our custom CSS..

    We want to either see the Title and Content resize or simply stop the Title and Content block displaying – we really would like to see the images continue to display on mobile if possible..

    Looking forward to your thoughts.

    Cheers,
    Nick

    #53567
    Sakin
    Keymaster

    @Nick: Remove the css where you have added in to hide the slider and then just add the following css in “Appearance => Theme Options => Custom CSS” box to hide the slider content in smaller devices.

    @media screen and (max-width: 1020px) {
    #main-slider .entry-container { display: none; }
    }
    #53621
    Nick
    Participant

    Thanks Sakin, will try that..

    #53626
    Sakin
    Keymaster

    @Nick: Cool 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Slider’ is closed to new replies.