hello, how can i make the newsletter in the footer blocks like in the picture???
This topic has 11 replies, 3 voices, and was last updated 6 years, 2 months ago ago by Olga Barlow
hello, how can i make the newsletter in the footer blocks like in the picture???
Hello,
Please see screenshots from the marseille01 demo – http://prntscr.com/pkkvoi http://prntscr.com/pkkw28 http://prntscr.com/pkkwc5
Regards
http://prntscr.com/pkkyfq – https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
I would recommend you to disable the Gutenberg https://www.8theme.com/documentation/xstore/plugins/wpbakery-page-builder/
Regards
ok thank you
You’re welcome!
Regards
Rose how can i make the newsletter size???
And footer copyright size smaller???
1) Edit your static block – http://prntscr.com/pkzjzz
or use custom CSS code:
footer .et-mailchimp input[type="email"] {
height: 54px;
}
footer .mc4wp-form {
width: 575px;
margin: auto;
}
2) Edit the stactic block and change the default padding-top for vc_column-inner http://prntscr.com/pkzmcp + margin-bottom for Text element http://prntscr.com/pkzmtc via Design options.
Regards
And the responsive mode??
Hello,
Change this code
footer .mc4wp-form {
width: 575px;
margin: auto;
}
to
@media only screen and (min-width: 768px) {
footer .mc4wp-form {
width: 575px;
margin: auto;
}
}
Regards
you are the best thankssssss
You are welcome.
Regards
The issue related to '‘newsletter static blocks’' has been successfully resolved, and the topic is now closed for further responses