Jump to content

LarryAP

Member
  • Posts

    31
  • Joined

  • Last visited

Reputation Activity

  1. Love
    LarryAP reacted to creedon in Help! Quantity and 'Add to Cart' button have moved above the product description...   
    The reason these elements moved is because Squarespace changed the structure of the page so your CSS is no longer targeting the correct elements.
    The quantity and add to cart used to be siblings with other elements such as excerpt, price, and etc...
    Quantity and atc are still siblings to each other but they are now wrapped in a div with a class name of ProductItem-quantity-add-to-cart. This new div is now the sibling of excerpt, price, and etc...
  2. Thanks
    LarryAP got a reaction from Jakfisk in Gallery block in 7.1 has no animations between slides   
    Hi
    No - I never got a solution for this. It's an odd one. Let me know if you figure it out.
    Laurence
  3. Like
    LarryAP reacted to Jakfisk in Gallery block in 7.1 has no animations between slides   
    +1
    Hi, I have the same problem, does a solution exist by now?
  4. Like
    LarryAP reacted to tuanphan in Keeping Gallery Slideshow Block 'full width' on Mobile.   
    Add to Home > Design > Custom CSS
    @media screen and (max-width:767px) { .homepage .gallery-fullscreen-slideshow[data-width="full"] { height: 30vh !important; } }  
  5. Like
    LarryAP reacted to genelu in How to vertically center caption over a Gallery image for SS 7.1?   
    I think I figured it out. Again, super rusty w/ CSS, but here's what I did. Hope this helps!
    /* Make sure to target your gallery. Each gallery has its own unique collection ID, which can be found via View Source. */ #collection-5f047ea7c17ab563ed1595c4{ .gallery-grid-item { position: relative; display: inline-block; } .gallery-caption-wrapper { display: table; height: 100%; } /* Caption Container */ figcaption.gallery-caption { padding: 0; position: absolute; z-index: 999; margin: 0 auto; left: 0; right: 0; top: 0%; width: 100%; height: 100%; } .gallery-caption-content { display: table-cell; vertical-align: middle; } }  
  6. Like
    LarryAP reacted to tuanphan in How to vertically center caption over a Gallery image for SS 7.1?   
    above is Page Id. See how to find Page Id.
     
×
×
  • 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.