Jump to content

Stack Event Photo on Top of Text on Mobile

Recommended Posts

  • Replies 3
  • Views 317
  • Created
  • Last Reply
Posted
6 hours ago, mackenzieu said:

Site URL: https://carrot-bronze-bld8.squarespace.com/events-1

Hoping to find a way to stack the event photo on top of the text in event summary mode on mobile. Any help is very appreciated. THanks!

Screen Shot 2021-11-23 at 10.31.37 PM.png

Hi,

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  /*Setting summary layout on mobile*/
  .sqs-block-summary-v2
    .summary-block-setting-design-list
    .summary-thumbnail-outer-container {
    width: 100% !important;
  }

  .sqs-block-summary-v2
    .summary-block-setting-design-list
    .summary-thumbnail-outer-container
    img {
    width: 100% !important;
    height: auto;
  }

  .sqs-gallery-design-list
    .sqs-gallery-design-list-slide:not(.no-image)
    .sqs-gallery-meta-container {
    width: 100% !important;
  }
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> No-code customisations for Squarespace

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.