PenciDesign replied
Staff Reply
Hi,
1/ To remove sign-up form on the header for mobile view only, please add more this code to Customize > Custom CSS:
\
@media only screen and (max-width: 768px){\
.penci-header-signup-form{ display: none; }\
}2/ To remove the sign-up form on the header, please go to Appearance > Widgets > drag & drop widget "MailChimp SignUp Form" outside "Header Sign-Up Form" sidebar.
Best Regards,
PenciDesign