Mobile form not displaying properly

I don’t have a Mailchimp account but was able to generate a signup form using your Coming Soon template by simply adding text for it; however, it doesn’t display properly on mobile. Is there a way to add a form from another email provider (e.g. MailPoet)?

You can view the Colorlib Coming Soon page at tripsygypsy.com

Hey there

I see the probelm for mobile, this CSS code will fix it:

Please add this CSS code in the Appearance > Customize > Additional CSS:

@media only screen and (max-width: 788px) {
.p-r-200 {
    padding-right: 0px !important;
}
}

Regards

Added code to CSS under Colorlib settings and that fixed the newsletter form width but the credit line “Coming soon template designed by Colorlib” is overlapping the bottom of the form. Can that be fixed?

Hi there

Ok, in this case we can use this CSS code:

@media only screen and (max-width: 788px) {
.colorlib-copyright {
    position: relative !important;
    right: 0px !important;
    top: -12px !important;
}
}

Regards

Perfect! Thanks so much!

Hi there

Let me know if there is anything else.

Regards.