Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can add these spaces by adding the following code to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard:

    #subscribe-email,
    #subscribe-submit {
    	margin-top: 20px;
    }

    I would also recommend that you increase the font size of the form fields a bit, so it’s more readable. You can do so thanks to this code:

    #subscribe-email input,
    #subscribe-submit input {
    	font-size: 1.1em;
    }
    Thread Starter healthynotskinny

    (@healthynotskinny)

    Worked like a charm, thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add spaces to blog subscription’ is closed to new replies.