Hide Blocks In Mobile View
Permalink
Is there a way to hide blocks (in this case the Image Slider) in mobile view?
Interesting concept Andrew, 'Device & Visibility', will look at that.
@Jim, you can also use @media queries to hide what ever you want from mobile devices.
@Jim, you can also use @media queries to hide what ever you want from mobile devices.
Thanks Andrew I'm looking forward to seeing that features in next update.
SteevB I have a feeling @media queries is a CSS thing?! Since I really don't know CSS do you think it something that I'm capable doing whilst I await the next release of C5?
Thanks
Jim
SteevB I have a feeling @media queries is a CSS thing?! Since I really don't know CSS do you think it something that I'm capable doing whilst I await the next release of C5?
Thanks
Jim
with a bootstrap theme i simply use:
"hidden-xs" in Custom Class of the block.
see alsohttp://getbootstrap.com/css/#responsive-utilities...
"hidden-xs" in Custom Class of the block.
see alsohttp://getbootstrap.com/css/#responsive-utilities...
Worked perfectly - thanks for posting this.
Note: You're theme will have to make use of a grid framework that supports this. Currently that means Bootstrap and Foundation.