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!
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
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.