DevonHarris Posted September 5, 2019 Share Posted September 5, 2019 Hello! Does anyone know the CSS for justifying all event info CENTER for the individual event pages? I've tried everything! Ideally would want the individual page to look like this:Can we also remove the date in the top right corner of the picture? Link to comment
tuanphan Posted September 5, 2019 Share Posted September 5, 2019 @DevonHarris You should provide site url 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
DevonHarris Posted September 5, 2019 Author Share Posted September 5, 2019 @tuanphan here's one individual page link https://tan-pepper-zgje.squarespace.com/config/pages/5d68080c390a160001c71e17 password Travel123 thank you! Link to comment
tuanphan Posted September 6, 2019 Share Posted September 6, 2019 can center all,but can't find how to center image.... 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
DevonHarris Posted September 6, 2019 Author Share Posted September 6, 2019 hi @tuaphan can you please share the code for centering? :-) Link to comment
tuanphan Posted September 6, 2019 Share Posted September 6, 2019 @DEvonHarris Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .view-list .eventlist-column-info * { text-align: center !important; } } 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
DevonHarris Posted September 6, 2019 Author Share Posted September 6, 2019 @tuanphan this is great! Is there a way to make for desktop view on individual event page? I assume it would look something like .eventitem but I don't know the tags which identify form lightbox, social links, and event data. Currently squarespace puts them into inline-block it seems... I'm actually surprised this is so difficult lol Link to comment
tuanphan Posted September 6, 2019 Share Posted September 6, 2019 @DevonHarris what do you mean? "Is there a way to make for desktop view on individual event page" How is "desktop view"? 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
tuanphan Posted September 6, 2019 Share Posted September 6, 2019 @DevonHarris You can use this code to inline arrival/departure date body#collection-5d68080c390a160001c71e17 fieldset:nth-child(n+5) { width: 50%; float: left; } body#collection-5d68080c390a160001c71e17 fieldset:nth-child(n+6):after { content: ""; display: table; clear: both; } 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
DevonHarris Posted September 8, 2019 Author Share Posted September 8, 2019 thanks @tuanphan !! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.