New Landing How can we help? Atelier Instagram feed – 2 column on mobile

Viewing 16 post (of 16 total)
  • Posted in: Atelier
  • #329397
    David Martin – Support
    Moderator
    Post count: 20834

    It does have two columns on mobile:

    The only way to hide the 5 item is to use the nth-of-type CSS property to hide it. Not sure I’d recommend you use it really though if you display more then 5 items.

    
    @media only screen and (max-width: 767px) {
    li.blog-item.col-sm-sf-5.instagram-item:nth-of-type(5) {
        display: none;
    }
    }
Viewing 16 post (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register