Jump to content

events width 7.1

Recommended Posts

Posted (edited)

Site URL: https://www.boardies.ca/events

 

Hi folks. I just did the 7.1 upgrade and it went well, with the expected handful of tweaks necessary. However, one thing needs a workaround to match my pre-upgrade layout...

We have a main event page (https://www.boardies.ca/events), and two individual event pages that get called from that. All three of those pages have lost the ability to set the content more narrow.

While I have the grid and lots of flexibility for content width throughout the site... it seems absent for this events page and sub-pages.

Is there some custom code I can use to override this full-width behaviour?

Thanks 🙂

 

Edited by KR-SS
  • Replies 5
  • Views 265
  • Created
  • Last Reply

Top Posters In This Topic

Posted

That only moves it inwards a few pixels, that's it. And it doesn't unlock any handles or other settings to pull that content more narrow. I forgot to mention that in my original post. In fact, I see that I currently have it set to Inset.

Posted (edited)

This was answered by @tuanphan with this code:

65% was the best value for me

/* event main page width */
div.sqs-events-collection-list.events.events-list.events-stacked {
    max-width: 65% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* event detail page width */
.sqs-events-collection-item.events.events-item {
    max-width: 65% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

 

Edited by KR-SS

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.