Jump to content

Amanda Gonzalez

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Amanda Gonzalez

  1. On 2/8/2023 at 8:17 PM, tuanphan said:

    Because you are using Masonry Layout. Add this to Design > Custom CSS. Change 70px to adjust spacing

    /* Blog Masonry to grid mobile */
    @media screen and (max-width:767px) {
    div#BlogMasonryContainer {
        height: auto !important;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 70px;
    }
    div#BlogMasonryContainer>article {
        transform: unset !important;
        width: 100% !important;
        position: relative !important;
    }
    div#BlogMasonryContainer img {
        height: auto !important;
    }
    .blog-masonry .image-wrapper {
        height: auto !important;
    }}

     

    PERFECT. Thanks so much, tuanphan. It worked a treat!

  2. Hi there!

    I'd like to make the same changes as Georgiaperson: add more space underneath the Read Me on mobile view only, but I've not been able to make it work using the answers above.

    My site is studiojournal.co

    FYI: I'm using Masonry and Fluid Engine. 

    If anyone could lend a hand, it would be much appreciated!

    Amanda

    Squarespace screenshot.png

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