Hello,
I have a mailchimp form on the ‘our listings’ in the link below. i intend to add this to most pages once it is working correctly.
I have researched how to do this and have tried a few methods on Quck CSS etc. but still no joy in having the mailchimp fields align horizontally.
Any help is appreciated.
Cheers
John
Hey John,
Please try this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 767px) {
.avia_ajax_form.avia-mailchimp-form p {
float: none !important;
width: 23% !important;
display: inline-block !important;
}
.avia_ajax_form.avia-mailchimp-form p:nth-child(-n+3) {
margin-right: 1% !important;
}
}
Best regards,
Mike
HI Mike.
Many thanks. I think that has done the trick.
Cheers
John
Hi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?
Best regards,
Mike
Hi Mike.
Yes please close.
Cheers
John