Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #381451

    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.

    #381786

    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

    #386978

    Thanks Yigit, that really worked out!

    #387762

    Hi!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide masonry element on mobile device’ is closed to new replies.