Jump to content

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

Recommended Posts

Posted

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

  • Replies 1
  • Views 238
  • Created
  • Last Reply
Posted
On 10/1/2021 at 12:22 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 you used custom font?

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!)

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.