Jump to content

Making a column in mobile version of site

Recommended Posts

Posted

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

  • Replies 2
  • Views 398
  • Created
  • Last Reply
Posted
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.

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.