Skip to content
Public Ticket #2612

newsletter form Mail chimp

Conversation thread

arhitecturalia replied

Customer Reply

Good idea :)
But it would be nice of an option for future.

PenciDesign replied

Staff Reply

Hi,

We will consider to add more this feature in the future updates.

But, if you want to edit the Custom CSS, you should copy it and paste to notepad or something you can see clearly. After edited it, copy and paste it again to your custom css box.

Best Regards,

PenciDesign

arhitecturalia replied

Customer Reply

Thanks.

Another thing. Could you make the Custom CSS text container adjustable, at least its height, it's really hard right now to edit CSS if you have a lot of lines.

Thanks.

PenciDesign replied

Staff Reply

Hi,

Yeah, on Footer SignUp Form, this theme auto hide Name field.

If you want to make it display, please add more this code to Customize > Custom CSS:

\
.footer-subscribe .mc4wp-form{ max-width: 600px; }\
.footer-subscribe .mc4wp-form .mdes{ margin-left: -70px; }\
.footer-subscribe .mc4wp-form .mname { display: inline-block; float: left; width: 220px; margin-right: 10px; }\
.footer-subscribe .mc4wp-form .memail { display: inline-block; float: left; width: 220px; }\
@media only screen and (min-width: 769px){\
    .footer-subscribe .mc4wp-form .mdes{ margin-left: 0; }\
    .footer-subscribe .mc4wp-form .mname,\
    .footer-subscribe .mc4wp-form .memail { margin-right: 0; margin-left: 0; width: 100%; }\
    .footer-subscribe .mc4wp-form .msubmit{ width: 100%; margin-left: 0; }\
    .footer-subscribe .widget .mc4wp-form input[type="email"],\
    .footer-subscribe .widget .mc4wp-form input[type="text"],\
    .footer-subscribe .widget .mc4wp-form input[type="submit"]{ max-width: 100%; }\
}\

Best Regards,

PenciDesign

arhitecturalia started the conversation

Conversation Start

Hi again.

I modified the newsletter form in the footer widget and it does not update on site. Changed it from mail chimp plugin. The name container does not appear.

Want to join this conversation or access attachments? Sign in first.