Jump to content

adurward

Member
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    adurward reacted to Beyondspace in How to move “sold” items to bottom of page   
    Feel free to try my solution if it fit, Copy to Settings->Design->Custom css,
    .products.collection-content-wrapper .products-flex-container .list-grid .grid-item.sold-out { order: 2 } .products.collection-content-wrapper .products-flex-container .list-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; } @media only screen and (max-width: 768px) { .products.collection-content-wrapper .products-flex-container .list-grid { grid-template-columns: 1fr; } .products.collection-content-wrapper .products-flex-container .list-grid .grid-item { width: 100%; } } .products.collection-content-wrapper .products-flex-container .list-grid .grid-item { width: 80%; }
  2. Like
    adurward reacted to Beyondspace in How to insert code for IDX search   
    Where do you put this code? Can you share your URL so we can take a look?
  3. Love
    adurward reacted to tuanphan in Hiding Logo on Mobile Only   
    Add to Home > Design > Custom CSS
    @media screen and (max-width:800px) { #logo .logo.image img {display: none !important;} }  
×
×
  • 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.