Jump to content

Question; Trying to get my gallery images to appear as 3-across on mobile, instead of 2.

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

On 9/28/2021 at 8:14 PM, cfech said:

Site URL: https://www.fechtorstudio.com

@tuanphan Hey there, Im having the same problem - would you mind helping? Im hoping to have my home page on mobile display THREE (3) images across, instead of 2. Right now the desktop version shows 3, mobile is only showing two. 

Add to Design > Custom CSS

/* POV 3 columns on mobile */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1614355243631_21390 .slide {
    width: 33.3333% !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
On 10/1/2021 at 12:23 AM, marmo said:

Site URL: http://www.marmogallery.com/bottega

Hi Tuanphan can you help me also? I would like my mobile products to appear as 2 next to each other instead of stacked.

 

I am also having a problem where the custom font shows up the perfect size on web browser, but tiny on the mobile device. Can you help me with this? 

 

Thank you so much!

 

shop is: www.marmogallery.com/bottega

#1. Add to Design > Custom CSS

/* Product 2 columns mobile */
@media screen and (max-width:767px) {
	.products.collection-content-wrapper .list-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-column-gap: 10px;
}
}

#2. Which elements?

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

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.