Hi,
Is it possible to hide the layer slider (on the homepage) on mobile? My slides are too large for an iphone but they work ok on an ipad or on a desktop.
Hi corsiusj,
You can edit the slider block then add this custom class for the block
d-none d-md-block
Thanks!
This works! Thank you!
Is there also a class to show a block only on mobile and not on desktop?
If you want a block to hide on desktop, can use class below
d-md-none
© Copyright 2013-2017 DrupalExp - All Rights Reserved
Hi corsiusj,
You can edit the slider block then add this custom class for the block
d-none d-md-block
Thanks!
This works! Thank you!
Is there also a class to show a block only on mobile and not on desktop?
Hi,
If you want a block to hide on desktop, can use class below
d-md-none
Thanks!