Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #630991

    I set up my email autoresponder form on my home page but apparently it is being restricted by the size of the text box where I inserted the code so it looks like the Home url listed below.

    I want to set it up so that it looks like the Test page listed below.

    I used a short code in the text box, but I do have raw html script I can insert – which I added in the private content area below.

    Can you help me?

    Thanks!

    #631605

    Hey devynspirit,

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

    
    input#ck_firstNameField, input#ck_emailField {
        width: 34%!important;
        float: left;
        margin-right: 5px!important;
    }
    
    

    Best regards,
    Yigit

    #631619

    Thanks! that worked. But the color section is much bigger in height on the home page vs. the test page. How can I make that section thinner so that it’s the exact same size as the test page?

    Also, I’d like the submit button to be yellow like on the test page.

    • This reply was modified 8 years, 7 months ago by devynspirit.
    #632744

    Hi,

    Please add this css codes:

    .page .ck_form.ck_naked {
        margin: 0 auto;
    }
    
    .ck_form.ck_naked .ck_form_fields {
        padding: 1%;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.