Newsletter: how to center "submit"

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Fri Nov 04, 2016 3:40 pm
I can't align "centered" the "send" button (INVIA) on the form for the newsletter. I am using contact form 7. I tried to give an indication in the widget as well as in form, but remains left-aligned. How can I centered it?
User avatar
Fresh Boarder

Joshua M
Mon Nov 07, 2016 8:58 am
Hello,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

Joshua M
Mon Nov 07, 2016 9:19 pm
Try to add the following custom css code:
Code: Select all
.newsletter .wpcf7-form-control {
    margin: 0 auto;
    float: none;
}
User avatar
Moderator

GK User
Mon Nov 07, 2016 10:18 pm
Thank you now it's ok! ^_^

Please, another question about "newsletter" module.
I use Contact form 7, but I don't understand this:

1) When I enter the email in the space, it is written in all caps. I wish you could see it and write it in lowercase.
2) I wish that in the space for email, prior to insertion, appeared the words that are usually seen in such cases "enter your mail here". Before using Contact form that was present in Gavick form. How can I restore it?
3) After entering an email and press submit, the email will not send. Contact form is set correctly and the plugin separately for sending via SMTP is operating normally. Is there anything else I should do?

Thanks.
User avatar
Fresh Boarder

Joshua M
Tue Nov 08, 2016 8:52 am
Hi,

Regarding your issues:
1. Try to add the following custom css code:
Code: Select all
.newsletter input[type="email"] {
   text-transform: none;
}


2. Now it's your Contact Form7 field, so you have to add placeholder there:
http://contactform7.com/setting-placeholder-text/

3. It's a 3rd party plugin issue, please ask Contact Form 7 support.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.