How to align text to center of only 1 form out of 2
-
I am using Essential Addon in which I can edit the contact form 7 within elementor.
Its a plugin which works which contact form 7 and elementor
First, we have to create a form in contact form 7 then select the form in elementor to editBUT It is not aligning the text in the center
when I was using pasting shortcode method I used to simple type <center> in the starting of the shortcode but I cannot add <center> code in essential addonSo I wrote additional CSS
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea { float : none; margin: 0 auto; }
.wpcf7 { text-align: center; }It successfully aligned the form with text in the center
But I have 2 forms I want only 1 form to align in the center
Its code is [contact-form-7 id=”257″ title=”Subscription Form”]
I want only this form to align in the centerwant can I write in additional CSS to align center only this form
There is also an ‘additional setting’ option in contact form 7. Can it also the problem?
what do I have to type and where?
- The topic ‘How to align text to center of only 1 form out of 2’ is closed to new replies.