Jump to content

Making a column in mobile version of site

Recommended Posts

Site URL: https://alexandrahall.squarespace.com

Hi all,

I currently have a couple columns on my website on the "Flower" page. However, when i view it in mobile, all of the columns look crooked and mismatched (I attached a photo for reference). Any idea how to make the column an actual column on the mobile version rather than a stacked mess. The columns are on the "Flower" tab.

Password: brineintopedro

IMG_6804.PNG

Edited by thirdeyegyps
Link to comment

Hi. Add to Design > Custom CSS

/* fix flowers mobile */
@media screen and (max-width:767px) {
div#grid-col {
    grid-template-columns: repeat(2,1fr) !important;
    grid-column-gap: 10px;
}
.cell {
    padding: 5px !important;
}
}

image.thumb.png.a7bde76ccfce40e449c8afbd9f8bcc88.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
5 hours ago, tuanphan said:

Hi. Add to Design > Custom CSS


/* fix flowers mobile */
@media screen and (max-width:767px) {
div#grid-col {
    grid-template-columns: repeat(2,1fr) !important;
    grid-column-gap: 10px;
}
.cell {
    padding: 5px !important;
}
}

image.thumb.png.a7bde76ccfce40e449c8afbd9f8bcc88.png

Tuanphan. You rock.

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.