AndrewIPG Posted January 25, 2022 Share Posted January 25, 2022 Site URL: https://bronze-chicken-z9nj.squarespace.com/proposal-sample-1 Hello! I'm working off a trial at the moment to see if Squarespace is the right way to go for putting together proposals for my organisation through password protected unlinked pages. https://bronze-chicken-z9nj.squarespace.com/proposal-sample-1 Password: independent I'm trying to play with custom css to make printing the pages look better to avoid having to design print/digital separately, but I can't seem to figure it out. What I'm looking to do is: Start sections on new pages to avoid content being split between pages as much as possible Remove the left/right margins/padding in sections so it doesn't print as a very narrow column Anybody know how to do this? Thanks very much for your help! Link to comment
tuanphan Posted January 25, 2022 Share Posted January 25, 2022 #1. You can describe this? "avoid content being split between pages as much as possible" #2. Add to Design > Custom CSS @media print { body#collection-61ee38d45c1df920b60e6459 { .content { width: 100% !important; } .content-wrapper { max-width: 100% !important; padding: 0 !important; }}} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
AndrewIPG Posted January 27, 2022 Author Share Posted January 27, 2022 On 1/25/2022 at 9:37 PM, tuanphan said: #1. You can describe this? "avoid content being split between pages as much as possible" #2. Add to Design > Custom CSS @media print { body#collection-61ee38d45c1df920b60e6459 { .content { width: 100% !important; } .content-wrapper { max-width: 100% !important; padding: 0 !important; }}} Thanks for the response! What I mean for #1 is having sections starting on a new page each time so something like the attached doesn't happen. Link to comment
tuanphan Posted January 29, 2022 Share Posted January 29, 2022 On 1/28/2022 at 6:54 AM, AndrewIPG said: Thanks for the response! What I mean for #1 is having sections starting on a new page each time so something like the attached doesn't happen. The image has error. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
AndrewIPG Posted January 30, 2022 Author Share Posted January 30, 2022 On 1/30/2022 at 2:22 AM, tuanphan said: The image has error. Can you check it again? That's odd, I've attached a new screenshot. Again, the goal is to have sections/headers start on new pages 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