Mailchimp subscription embedded into footer

Hi,

I would like to embed a mailchimp subscription box on the right hand side of my footer. From there what’s the code to move the social icons to the left hand side of the footer? (So social icons on the left and subscription on the right?)

  1. Also how can I change the CSS of the footer as default my Mailchimp to ensure it matches the default Activello theme?

The code is:
<!-- Begin MailChimp Signup Form →
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel=“stylesheet” type=“text/css”>
<style type=“text/css”>
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:600px;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id=“mc_embed_signup”>
<form action="//reintention.us14.list-manage.com/subscribe/post?u=521536088f540def98721b5cc&id=ff430d63ce" method=“post” id=“mc-embedded-subscribe-form” name=“mc-embedded-subscribe-form” class=“validate” target="_blank" novalidate>
<div id=“mc_embed_signup_scroll”>

Thanks so much

Hi @trinhpham5,

I hope you are well today and thank you for your question.

You can try achieving this by using the attached custom child theme of Activello theme that contains your above shared code.

It seems your shared MailChimp code is not correct so it is not displaying signup form for me so please replace the above code added in footer.php file of theme with correct code.

Best Regards,
Movin

@movin thank you for the child theme.

Two things - how can I get rid of the white box surrounding the subscription box? (www.reintention.com)

Secondly, for some reason there is random “1” on my copyright - I had an issue with the extras.php code originally and caused a parsing issue. From FTP I was able to restore a copy of the code but there seems to be this 1 from somewhere?

Thanks

Two things – how can I get rid of the white box surrounding the subscription box? (www.reintention.com)

You can get rid of it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.site-footer #social {
    margin-bottom: 0;
}
.copyright.col-md-12 {
    margin-top: 0;
}
Secondly, for some reason there is random “1” on my copyright – I had an issue with the extras.php code originally and caused a parsing issue. From FTP I was able to restore a copy of the code but there seems to be this 1 from somewhere?

Please share me your modified extras.php file code so that i can troubleshoot it.

Thanks @movin, I was able to play around with the CSS and blend it into the footer.
Regarding my extras.php file, it’s attached:

Thanks so much :slight_smile:

Your shared file is not getting downloaded because it contains .php in its name.

Please remove .php from its name and reupload it.

@movin here the file

To resolve the issue i have modified the code in the shared file and attached the updated file to this reply so please try using it.