Tagged: x
-
AuthorPosts
-
June 8, 2016 at 3:23 pm #1032607
ansonofficialParticipantHi Support,
On this page I have a slider below masthead. While it looks great on large display and laptop, the poster image looks very small and not good.
Is there a way to hide the below masthead image on mobile, and I’ll use the image element instead for this area on mobile?
Thanks!
Anson
June 8, 2016 at 3:24 pm #1032614
ansonofficialParticipantThis reply has been marked as private.June 8, 2016 at 10:13 pm #1033258
RadModeratorHi there,
Thanks for writing in.
You can deactivate the masthead slider and add it within cornerstone section instead. With section’s HIDE BASED FROM SCREEN WIDTH option. You can decide when to hide it, you can add two section where hidden on desktop and mobile.
Cheers!
June 9, 2016 at 2:57 pm #1034577
ansonofficialParticipantTrue, but will I be able to have that bottom anchor?
Anson
June 9, 2016 at 6:26 pm #1034814
John EzraMemberHi there,
Thanks for updating the thread! You won’t have the scroll to bottom anchor. If you need that you can keep your setup as is and then just CSS to hide the slider on mobile. You can use that in conjunction with the hide based on screen width to show/hide your image on mobile.
You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
@media (max-width:979px) { .x-slider-container.below { display: none; } }Hope this helps – thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1032607 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
