Jump to content

Mobile image layout to single

Recommended Posts

Posted

Site URL: https://www.nickbarr.co

Hey all,

 

How do I get single image layout on mobile? I have it set to Masonry Grid with 3 columns in square space, I like the look of desktop view, but not on mobile.

 

It used to be single grid on mobile but recently it change through square space. Any fixes that will help me with mobile layout only?

 

Many thanks!

Screen Shot 2020-08-17 at 12.01.37 PM.png

Screen Shot 2020-08-17 at 12.01.30 PM.png

  • Replies 6
  • Views 460
  • Created
  • Last Reply
Posted

Add to Home > Design > Custom CSS

@media screen and (max-width:767px) {
.homepage {
.gallery-masonry-wrapper {
    height: auto !important;
}
figure.gallery-masonry-item {
    position: static !important;
    width: 100% !important;
    transform: unset !important;
    margin-bottom: 20px;
}
.gallery-masonry-item-wrapper {
    height: auto !important;
}
.gallery-masonry-item img {
    width: 100% !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!)

Posted

Genius, thank you so much, looks perfect now! screen shot below.

I thought it would fix the gallery link to the image but that still shows up as 2 grid. Anyway to also have that as a single row in mobile view? See the attached image.

Screen Shot 2020-08-18 at 4.55.28 PM.png

Screen Shot 2020-08-18 at 4.55.20 PM.png

  • 1 month later...
Posted

Did you ever get this figured out? Having the same problem... 

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.