Hi!
I have embedded an ActiveCampaign form on the site using a short code [activecampaign form=1]
However, the form ends up on one column and I need it on 2. I tried adding this code, but it didn’t work. Any suggestions?
.x-subscribe-form {
max-width: 700px !important;
}
.x-subscribe-form fieldset {
display: inline;
}
.x-subscribe-form input[type="submit"] {
margin-top: 0;
}
.x-subscribe-form fieldset {vertical-align: top;}
.x-subscribe-form input[type="submit"] {height: 50px;}
.x-subscribe-form {
text-align: center;
}