Tagged: featured slider
- This topic has 5 replies, 2 voices, and was last updated 9 years, 8 months ago by Sakin.
-
AuthorPosts
-
March 16, 2015 at 1:12 pm #53426NickParticipant
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,
NickMarch 16, 2015 at 7:45 pm #53441SakinKeymaster@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/
March 17, 2015 at 3:18 am #53496NickParticipantHi 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,
NickMarch 18, 2015 at 12:14 am #53567SakinKeymaster@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; } }
March 18, 2015 at 10:08 am #53621NickParticipantThanks Sakin, will try that..
March 18, 2015 at 10:18 am #53626 -
AuthorPosts
- The topic ‘Featured Slider’ is closed to new replies.