Hi melski61,
Impressed by your pottery I personally would not give the email subscription that much importance, i.e increase the sidebar in detriment of your main column.
After overwriting the min-width on line 5 of the signup-form.css the sidebar’s content fitted well into the column, you want to do this in your child theme:
.ctct-custom-form {
min-width: none;
}
What do you think?
Regards,
Janosh
Thanks Janosh. I get how to edit style.css in my child theme, but I’m confused about how to get to the initial constant contact signup-form.css to edit line 5? I created a new signup-form.css in my child theme and added the code you provided, but it didn’t do anything.