How can I add space in a specific format on my webpage?

Hi Shopify Experts,

I’d like to ask how can I put some space below with this format?

#Slow Fashion, On Demand.

We make all of our clothes on demand—that means less trash.

No Waste—no Problem.

You order it, then we make it.

Zero Product Inventory.

No inventory and no landfill.

Smaller Carbon Footprint.

No middle men means we’re an end-to-end fashion destination. We oversee design, manufacturing, sales and customer service.

Cutting Edge Technology.

We use the latest technology to bring you eco-friendly water-less dyes and no waste fabrics.

Collaboration & Influence.

We work with strong influencers to change the buying habits of the masses.

This is where the space should go…

@NateX

add line hight in your

tag lik this

#  heading here 

Thanks!

1 Like

Thanks. It does work on desktop, can you also help me to align the trees on mobile version?

hello @NateX

add span tag and add margin-top in your

tag like this

#  heading here 

1 Like

Thanks, that did work, what about for these trees on mobile? Seems they are not centered - 3 trees

hello @NateX

update your code to the below code


            
            
            
            
            
            
    

1 Like

Perfect! Yeah, that did work. Thanks a lot!!!