Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #634850

    Hi!

    How can I lessen the white space on my homepage between “Sign up here” and the actual sign up form where people add their name and email address? I don’t need the huge area of white there.

    http://www.welmoedverhagen.com

    Thanks!

    Welmoed

    #635003

    Hey Welmoed,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .page .ck_form.ck_naked {
    margin-top:0!important;
    }
    

    If you like to further reduce you can also add -ve margin like

    
    .page .ck_form.ck_naked {
    margin-top:-20px!important;
    }

    Best regards,
    Vinay

    • This reply was modified 8 years, 4 months ago by Vinay.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.