Jump to content

How to increase spacing between gallery images on mobile? - Wells template

Recommended Posts

  • Replies 5
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Posted
21 hours ago, kylalion said:

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

The spacing on my mobile site between my images are too close together. How can I increase it on the Wells template?

Add to Design > Custom CSS

@media screen and (max-width:800px) {
.collection-type-gallery #slideshow .slide .image-desc-mobile {
    margin-bottom: 80px !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!)

  • 1 year later...
Posted

Hello,

 

I have tried your spacing CSS, but it does not do anything to my spacing. I just want my gallery images to be spaced a little further apart on mobile only. 

Screen Shot 2023-03-23 at 12.03.11 PM.png

Posted
On 3/23/2023 at 11:16 PM, Hfendi said:

Hello,

 

I have tried your spacing CSS, but it does not do anything to my spacing. I just want my gallery images to be spaced a little further apart on mobile only. 

Screen Shot 2023-03-23 at 12.03.11 PM.png

What is your site url? Each template will require a different code

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

  • 3 months later...
Posted

hi, i also have the same issue and i presume i would need a custom url. 
Here's the site link: butterphotos.co.uk

I'd like to have more space between my portfolio images on mobile, thanks!

Screenshot 2023-07-09 at 23.31.56.png

Posted
On 7/10/2023 at 7:24 AM, butter1010 said:

hi, i also have the same issue and i presume i would need a custom url. 
Here's the site link: butterphotos.co.uk

I'd like to have more space between my portfolio images on mobile, thanks!

Screenshot 2023-07-09 at 23.31.56.png

I see you figured it out with this CSS code?

@media screen and (max-width: 767px) {
    .gallery-masonry-wrapper.gallery-masonry-list--ready {
        height:auto !important
    }

    figure.gallery-masonry-item {
        position: relative !important;
        width: 100% !important;
        transform: unset !important
    }

    .gallery-masonry-item-wrapper {
        height: auto !important;
        margin-bottom: 50px !important
    }

    .gallery-masonry .gallery-masonry-item[data-loaded] img {
        width: 100% !important
    }

    .gallery-masonry {
        padding-left: 10 !important;
        padding-right: 10 !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!)

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.