Website Building » Squarespace » Can You Change Line Spacing in Squarespace?

Can You Change Line Spacing in Squarespace?

Last updated on December 30, 2022 @ 10:07 pm

Line spacing is the space between lines of text. It is commonly used to improve the readability of long passages of text and to make headings and subheadings stand out.
You can change the line spacing in Squarespace by adding a line break (</br>) or by using the “text-align” CSS property.

What is line spacing?

Line spacing is the space between lines of text. Line spacing can be applied to both block-level and inline elements.

How do you change line spacing in Squarespace?

You can change the line spacing in Squarespace by adding a line break (</br>) or by using the “text-align” CSS property. To add a line break, simply add the <br> tag where you want the line break to occur.

For example, if you want to add a line break after each paragraph, you would add the <br> tag after each <p> tag. To use the “text-align” CSS property, simply add the following CSS to your site’s Custom CSS:

.sqs-block-text {
    text-align: justify;
}

Will this work with all browsers?

The “text-align” CSS property is supported by all major browsers.

Can I use this to create multiple columns of text?

Yes! The “text-align” CSS property can be used to create multiple columns of text. Simply add the following CSS to your site’s Custom CSS:

.sqs-block-text {
        -moz-column-count: 3; /* Firefox */
        -webkit-column-count: 3; /* Safari and Chrome */
        column-count: 3; /* Standard syntax */
    } 

Conclusion: You can change the line spacing in Squarespace by adding a line break (</br>) or by using the "text-align" CSS property.

PRO TIP: Please be advised that changing line spacing in Squarespace can be tricky and may result in unexpected changes to your website's layout. If you are not comfortable making changes to your website's code, we recommend seeking out professional help.
Drew Clemente

Drew Clemente

Devops & Sysadmin engineer. I basically build infrastructure online.