jameschristopher
Forum Replies Created
-
Thanks for following up jesse. I got it sorted by adding:
#mc_signup_form #mc_mv_EMAIL {
float:none;
width:200px;
}#mc_signup_submit {
float:left;
margin-top: 1px;
}to style.css in the editor. The float can be changed to left/right as well as margin and width..
I get some crippling javascript errors when I embed it in a widget. I think the simplest solution for me would be to keep the widget – I don’t need a whole form really- just the basic email entry box. I just wish I could figure out how to move the button or lengthen the text box so it looked more symmetrical. Any idea which .css file I should l dig into in the plugin editor. My guess is the main one (mailchimp/mailchimp.php), but i am not sure what code to look for. Any ideas?
Is it possible to use the imbed code in a widget, or will it only work on a page? Thanks for your answer. My CSS knowledge isn’t so great, so I don’t think I can do that..
I figured out how to change the text color and content using the plugin editor- yay!
Mow I would like to move the “subscribe” button to the same line as the form where you enter your email..
Because of the width of my sidebar (i think) the button moves off center.. Here is a link- easier to see than explain:
https://christopherferreira.com/stage/about/
I want to move the button up so it is next to entry form.. Anyone know how this is possible?