Add space between text lines

Say, on the home page we have a list of participating organizations to the right of the marching bands. What CSS do I need to enter to put a little space between each of the organizations. Right now they are just to close together. https://lincolnveteransparade.org/

Hello @rkassebaum,

Thanks for writing in!

IN the custom Headline element, under Customize > Setup > Class add a class name. After that add following CSS under X > Theme Options > CSS:

.add-spacing {
   line-height: 1.5;
}

Change add-spacing with you own class name.

To learn more about line height property, please take a look at following resource.

https://www.w3schools.com/cssref/pr_dim_line-height.asp

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.