Tagged: mailchimp signup form
Hi,
On my try-out page AAA I put a Mailchimp Signup form. The 2 blocks ‘voornaam’ and ’email’ are right next to each other. How can I get more space between these 2 blocks?
Thank you in advance.
Anouk
Hey Anouk,
Thank you for the inquiry.
Did you add any css modifications to the site? To override the current styles, please add this code.
#top .avia_ajax_form .form_element_half {
margin-left: 5.5% !important;
width: 47%;
}
#top .avia_ajax_form .form_element_half:first-child {
margin-left: 0 !important;
}
Best regards,
Ismael
Hi,
Thanks for your reply. No, I did not add any css modifications to the site. Can you please help me to put the code in the right place? I tried several places but the two blocks didn’t change. So I don’t know where to put it.
Thank you in advance.
Best wishes, Anouk
Hi,
Thank you for the update.
We placed the code in the Enfold > General Styling > Quick CSS field and temporarily disabled the Performance > File Compression settings. Please make sure to purge the cache and do a hard refresh before checking the page.
Best regards,
Ismael
I am sorry, I am totally blue in this. I dont know where or how to purge the cash or do a hard refresh. Can you help me with this?
Thanks in advance.
Hi,
Please check the link below to learn more about cache clearing.
// https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/
To force a refresh, please check the documentation below.
// https://wordpress.com/support/browser-issues/#force-a-refresh
You can also check the page on incognito mode or in a different browser where you haven’t checked it before.
Best regards,
Ismael