Jump to content

Make Instagram grid show three images on the same line for mobile

Recommended Posts

  • 2 weeks later...
  • Replies 5
  • Views 1.1k
  • Created
  • Last Reply
On 3/20/2021 at 7:55 AM, tuanphan said:

Hi. It looks like you solved this by adding more item?

I see footer on tablet doesn't look good.

I think we can change to 2 columns/row on tablet only. How do you think? We will give the code

image.thumb.png.262834cfc868b1f181cfd85131232afb.png

How do you think I can go about solving the footer tablet layout issue?

Link to comment
On 3/25/2021 at 9:27 PM, Jadec said:

How do you think I can go about solving the footer tablet layout issue?

Try adding to Design > Custom CSS

/* tablet issue */
@media screen and (max-width:991px) and (min-width:768px) {
div#block-63e9f39e0f9c0cd70676 {
    padding-right: 0;
}
div#block-yui_3_17_2_1_1614280311548_11144 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
div#block-yui_3_17_2_1_1614280311548_11144 * {
    font-size: 14px;
}
}

image.thumb.png.b71bfbcf511266df5fc38f41128711b3.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 3 weeks later...
On 4/19/2021 at 4:36 PM, shredsnthreads said:

Hi, I have a similar issue with my 3 Instagram images not showing as a single row on mobile browser. Would like to show it as a 3-column single row. I asked the question on another thread but got no response. Could you please share the correct code? It's been unsuccessful on my side.

My URL: http://www.threadapeutic.com/home

Your help will be much appreciated

 

Add to Design > Custom CSS

/* Mobile instagram 3 items */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1618564388473_30812 .slide {
    width: 33.333% !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.