How can I adjust line spacing and remove white space in Streamline Theme?

Hi! I am trying to adjust the line heights in my product descriptions as well as remove some of the white space between sections on my homepage.

Hi and welcome!

Please provide a URL to your home page and a product so we can take a look for you :slightly_smiling_face:

Thank you for the quick reply!! Here is homepage https://apithelabel.com/ and here is a screenshot of a product page (it is a draft product so I will also provide the link but I am not sure you will be able to view it). There is no spacing between any lines on the product page yet the spacing is still very large! https://fwswkweip63kz4yd-2456092771.shopifypreview.com/products_preview?preview_key=4071d77b33c17087d47d970720fc4983

No problem, not sure if it’s just me but it seems some content isn’t displaying creating the large why gaps (shown below)

I’m assuming content will be added in these sections, so to remove/reduce the space between sections search for the following code in your theme.css file:

.index-section {

Change any instances where it says ‘margin: NUMBER 0;’ edit NUMBER to be whichever value suits you best.

For the description padding, search your theme.css file for the following 2 pieces of code (they will be at different areas, so search for one at a time):

.paragraph, p {
    margin: 0 0 20px;
}

.rte ol, .rte p, .rte table, .rte ul {
    margin-bottom: 25px;
}

Change these values to 0 or whichever spacing size you would like :slightly_smiling_face: