I am using html code on in a code element so that I can have the button open a Mailchimp form. However, I cannot get the button to center despite using “avia-position-center”. How can I center the button?
Hi 1039 Online,
Please try the following in Quick CSS under Enfold–>General Styling:
.home .avia_code_block_1 .avia_codeblock {
text-align: center !important;
}
Thanks,
Rikard
That worked! Thanks, Rikard.