Jump to content
Go to solution Solved by paul2009,

Recommended Posts

  • Replies 2
  • Views 1.1k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution
17 minutes ago, FilipKar said:

I have on my INDEX latest 18 instagram posts. It looks cool on the desktop but it's a bit overwhelming on the phone. Is there a way to custom code it to show only 6 latest posts on mobile?

You should be able to add some Custom CSS (to the Custom CSS panel) to hide everything after the first six posts in the grid. Try something like this:

@media only screen and (max-width: 768px) {
  .instagram-block .slide.sqs-gallery-design-grid-slide:nth-child(n+7) {
    display: none;
  }
}

This checks if the screen width is 768 pixels or smaller and, if it is, all the instagram block grid elements starting from the 7th occurrence are hidden by setting the display property to none.

Did this help? Please give feedback by clicking an icon below  ⬇️

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Would you like your customers to be able to mark their favourite products in your Squarespace store?

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.