Help with fx builder

You mean the white space?
You can remove that margin with this tweak (add this at the Customizer > Additional CSS page):

body.home #content {
	margin-top: 0;
}
1 Like