Viewing 3 replies - 1 through 3 (of 3 total)
  • The extra space is actually the call to action container which I put a 50px margin on the top to keep the text below the curve. The css for this is found in the theme’s style.css around line 162 and looks like this:

    #st-cta {
    	margin-top: 50px;
    	text-align: center;
    }

    If you want to change that, it’s best to use a child theme if you are not already so that you get get updates without losing these kind of modifications. Or, if you have jetpack installed, you can use the css editor and add a new #st-cta override of the original styling of 50px for the margin.

    Thread Starter marikane

    (@marikane)

    Thanks very much. That worked by setting the margin-top to 0px.

    I was close! I tried to change #st-container-wrapper, but that didn’t work.

    Cheers!

    Good to hear…cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move text up on front page’ is closed to new replies.