Okay
  Public Ticket #1921385
Adding a small amount of padding / space at the bottom of contact page
Closed

Comments

  • Woodsman2 started the conversation

    Hi there

    I would like to add a CAPTCHA within and a small amount of white space below the contact form as seen on my website 

    Please advise


    Thanks!

    James 

  • Woodsman2 replied

    Actually, I think that the entire page is malfunctioning because I added a spacer and the page extends a bit further now but cuts off halfway through the CAPTCHA I tried adding. Please see attached image.

  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .cf7sr-g-recaptcha {
        margin-bottom: 30px !important;
    }

    Thanks


    ThemeNectar Support Team