Before you ask please READ THIS

Newsletter Subscription

in Starter Posts: 15
I have to questions relating to the above:

I was looking on the Dashboard and it would appear that I need to subscribe to MailChimp in order to get the Newsletter to work. I am using the STARTER THEME. Is this the case and if not where do I set up the details of where the notification would be sent to ie. email for sign up to Newsletter?

The second question is in the Mobile view the input field sits on top of the 'SIGN UP' button. I had attempted to create space between the two elements by adding a margin-top: 20px in the Custom CSS using

@media (min-width: 320px) and (max-width: 480px)

It had no effect when I published. I have subsequently removed the style. Can you tell me what I can do to affect this change

http://intertradinginternational.giveitaface.co.za

Kind Regards,

Dean

Comments

  • edited July 2018 Posts: 422
    Yes, you need to connect the MailChimp plugin and create an account on their website.

    About your second question try this style:
    @media only screen and (max-width: 600px) {
    .mc4wp-form-fields input {
    margin-top: 20px;
    }
    }
    With Regards
    Daniel
    Post edited by Daniel on
    Lead Graphic Designer
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion