mdemartin Posted June 24, 2022 Share Posted June 24, 2022 Site URL: https://bachariasoloists.squarespace.com/events-one/thailand-international-composition-festival There is not much flexibility with Events detail pages. I would like to change the page width so it is consistent with other pages. Currently the width goes across the browser left and right. Does anybody know any code to change the page width of these Event detail pages. LINK: https://bachariasoloists.squarespace.com/events-one/thailand-international-composition-festival PASSWORD IS: password Thanks in advance Link to comment
tuanphan Posted June 26, 2022 Share Posted June 26, 2022 Use this CSS to change event page width .tweak-events-stacked-height-small .events { width: 90%; margin: 0 auto; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mdemartin Posted June 26, 2022 Author Share Posted June 26, 2022 Thank you so much, tuanphan! Link to comment
adriannexo Posted September 29, 2022 Share Posted September 29, 2022 I'm having the same issue! Can't seem to change the width of an events page. It's much too wide for me. Here's the site I'm working on (password: Password): violet-beige-g2xj.squarespace.com/shows Here's her current site with a constraint width that we'd like:https://www.lexiadamsmusic.com/dates-of-shows Thanks for any help!! Link to comment
tuanphan Posted September 30, 2022 Share Posted September 30, 2022 16 hours ago, adriannexo said: I'm having the same issue! Can't seem to change the width of an events page. It's much too wide for me. Here's the site I'm working on (password: Password): violet-beige-g2xj.squarespace.com/shows Here's her current site with a constraint width that we'd like:https://www.lexiadamsmusic.com/dates-of-shows Thanks for any help!! Add to Design > Custom CSS /* Event list page width */ .sqs-events-collection-list.events.events-list.events-stacked { max-width: 1080px; margin: 0 auto; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment