Daxamillion Posted January 28, 2022 Posted January 28, 2022 Hello I need to add a Two Column Text Box on one page only. I found how to do it with CSS but it applies it site wide. I know I can create two text boxes side by side. But I need the text to flow between two columns. Any help would be appreciated. Below is the CSS I found. //--Two Columns p {column-count:2; column-gap:5%;}
tuanphan Posted January 29, 2022 Posted January 29, 2022 Add a Text Block >> Add this CSS #text-block-id>div { column-count: 2; } Use this tool to find text block id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment