This topic has 8 replies, 3 voices, and was last updated 8 years, 12 months ago ago by Eva Kemp
Hi
How do I make the Form smaller in promo popup and bring the button closer to the form.
Thanks
Suk
Hello,
Please add this code in Global Custom CSS.
.mc4wp-form input[type="email"] {
width: 38%;
float: left;
margin-left: 32px;
}
.mc4wp-form input[type="submit"]{
left: -377px;
position: relative;
}
Regards,
Robert Hall.
Nothing happened
Suk
Hello,
Please clear browser cache and cache folder in wp-content directory via FTP, after that check form.
Regards,
Eva Kemp.
Did all of the above and nothing
Suk
Hello,
As I see it’s working fine. Please see screenshot: http://prntscr.com/91wmms
Regards,
Robert Hall.
HI
Thanks for that, but I have another problem now. I have two Email forms which is the same, the other one is at the footer of the page and that was fine at the length it was at, now its to small. I just want to change one of the forms, which is on the promo pop up.
Thanks
Hello,
Please edit the code in your custom.css file:
.mc4wp-form input[type="email"] {
width: 38%;
float: left;
margin-left: 32px;
}
to this one:
.white-popup-block .mc4wp-form input[type="email"] {
width: 38%;
float: left;
margin-left: 32px;
}
And check forms after that.
Regards,
Eva Kemp.
Tagged: adjust, best selling, form, popup, size, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up