Hi there!
I was wondering if it’s possible hide a masonry showing a category of pages on the homepage on mobile devices. Since it’s in the left column (half) of the website, it takes ages to load on a mobile device and it’s kinda long. It’s about the left column of http://1000peopleclub.com.
I hope you can help me with this. Thanks in advance.
Kind regards.
Hey VincentSmit!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 679px) {
div#av-masonry-1 { display: none !important; }}
Regards,
Yigit
Thanks Yigit, that really worked out!