Reduce Spacing Between Lines In Rich Text

TGM1
New Member
5 0 0

Hi there!

 

I'd like to reduce the spacing between the lines of text in the Rich Text element. Currently its spread out too wide vertically. Can someone help me?

 

This is the URL: https://lifestyledesign.com.au/

 

I've changed the rich text to align to the left - but now I want to reduce the spacing. I've attached screenshots - The one with double spacing is what I don't want and the screenshot without the spacing is how I want it to be. 

 

Thanks!

 

 

 

Replies 5 (5)

suyash1
Shopify Partner
9134 1137 1484

@TGM1 - on which page did you take the screenshot?

To build shopify pages use pagefly You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
Paranormal story video using AI
Join me for beginner level training session

PageFly-Victor
Shopify Partner
7865 1785 3056

Hi @TGM1 .

 

I am Richard Nguyen from PageFly - Advanced Page Builder.

You can go to Online store => themes => Actions => Edit code and add this code on file section-multicolumn.css

 

 

.multicolumn-list h3, .multicolumn-list p:nth-child(6){
	display: none;
}
.multicolumn-list h3, .multicolumn-list p:nth-child(8){
	display: none;
}

 

 

Hope this helps.

 

Best regards,

 

Richard - PageFly

TGM1
New Member
5 0 0

Hi there - this isn't for the multi-colon section. Does that matter?

Milkbottlelough
Shopify Partner
26 5 34

My suggestion should work in any Rich Text field regardless of what section it exists in

Milkbottlelough
Shopify Partner
26 5 34

Hey there, @TGM1 

 

So a handy tip I learned years ago (that lots of folks seem to not know about) is you can hit SHIFT + RETURN to do a "soft return" in the Rich Text element in the customiser.  A soft return forces a line break without adding paragraph formatting and spacing.

 

Here's video showing the difference:

 

https://share.getcloudapp.com/qGuxj6O1

 

There's a good overview of this on a fellow Aussie website: https://www.kitestring.com.au/blog/80-shift-return-option

 

Hope that helps and answers your question.

 

thanks!