Jump to content

MarkVerlander

Circle Member
  • Posts

    6
  • Joined

  • Last visited

Personal Information

Recent Profile Visitors

270 profile views

MarkVerlander's Achievements

Single Status Update

See all updates by MarkVerlander

  1. 7.1 Mobile Portfolio 1 Two-Column Grid

    I need to create a 'Portfolio 1' grid that is 4 columns on desktop and 2 columns on mobile. 

    I used tuanphan's code below to create a 'Shop' grid that is 4 columns on desktop and 2 columns on mobile. 

    Settings > Advance > Code Injection

    <style>
      @media screen and (max-width:767px) {
    .products.collection-content-wrapper .list-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        grid-column-gap: 40px;
        grid-row-gap: 10px;
    }

    Screen Shot 2020-05-20 at 3.04.46 PM.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.