How do I change spacing between elements?

I like white space, but there's too much of it between my paragraphs and spacers. I need to adjust the spacing. How do I do that?

2,804 Views
Message 1 of 4
Report
3 REPLIES 3
Square

Hi @acraig Can you post a link to the page you are referring to? When you say spacers are you talking about the Spacer element in the builder? Thanks!

2,788 Views
Message 5 of 4
Report

Here's a link: http://www.tshra-austin.org/news.html

Right between the second paragraph (text element) and the spacer element, there is too much white space. I want to decrease the amount of space there.

2,761 Views
Message 5 of 4
Report
Square

You'll probably need to make some CSS overrides to get rid of that extra space, since the text element is styled to have some on the bottom.

Something like this in Settings > SEO > Header Code would do it on the live site:

<style>
	div.paragraph
	{
		margin-bottom: 0px !important;
	}
</style>
2,759 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.