Jump to content

milan

Circle Member
  • Posts

    203
  • Joined

  • Last visited

  • Days Won

    8

Reputation Activity

  1. Love
    milan reacted to SquareRefresh in How do I achieve a 360 Infinite Rotating Circle Animation with css?   
    Hey @Ruby-Rose try to add the next code:
    #block-yui_3_17_2_1_1634295033920_10337 { -webkit-animation: spin 15s linear infinite; -moz-animation: spin 15s linear infinite; -o-animation: spin 15s linear infinite; animation: spin 15s linear infinite; } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spin { 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes spin { 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }  
  2. Love
    milan reacted to Ruby-Rose in How do I achieve a 360 Infinite Rotating Circle Animation with css?   
    @SquareRefresh It worked perfectly!!!! :') Thank you thank you!!!!! 
  3. Like
    milan reacted to SquareRefresh in Two columns on my shop all page on website   
    Try to add this code on Custom CSS:
    @media screen and (max-width: 767px) { .products.collection-content-wrapper .list-grid { display: -ms-grid; display: grid; -ms-grid-columns: minmax(0,1fr) 3vw minmax(0,1fr); grid-template-columns: repeat(2,minmax(0,1fr)); grid-column-gap: 3vw; grid-row-gap: 3vw; } }  
×
×
  • 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.