Hi,
I want to display the Pro Email Form in a row in stead of a column. Can you help?
thanks,
Hi,
I want to display the Pro Email Form in a row in stead of a column. Can you help?
thanks,
This goes for only a specific email form
Hi There,
Please try adding this custom CSS under Theme Options > CSS:
#tco-subscribe-form-446 {
display: flex;
max-width: 100% !important;
justify-content: center;
align-items: center;
}
#tco-subscribe-form-446 fieldset:nth-child(4),
#tco-subscribe-form-446 fieldset:nth-child(5) {
display: none;
}
#tco-subscribe-form-446 fieldset {
width: 30%;
margin: 10px;
}
#tco-subscribe-form-446 select,
#tco-subscribe-form-446 input[type="text"],
#tco-subscribe-form-446 input[type="email"],
#tco-subscribe-form-446 input[type="submit"] {
margin: 0;
}
.tco-subscribe-form input[type="submit"] {
padding: 4px 10px;
display: block;
height: 47px;
margin-top: -10px;
}
The result:

Hope that helps and thank you for understanding.
Great… it’s working
Thanks for this… 
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.