Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hello @giannic,
Can you please send us a link to your form so we can take a look?
Thank you,
-Tracy
Hi
this is the link form the site is under costruction
-
This reply was modified 6 years, 10 months ago by
giannic.
-
This reply was modified 6 years, 10 months ago by
giannic.
Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Thank you for that.
Do you want the red button to be centered beneath the fields?
Thank you,
-Tracy
Yes I want that the red button and the eu compliance to be centered beneath the fields but also the fields in the first line (name and email) to be in the center of page
Hi @giannic,
Try these styles:
.FNAME-label {
margin-left: 10%;
}
@media ( max-width: 948px ) {
.yikes-mailchimp-eu-compliance-label {
margin-left: 10% !important;
}
}
.yikes-mailchimp-eu-compliance-label {
margin-left: 30%;
}
.yikes-easy-mc-submit-button {
margin-left: 175%;
margin-right: auto;
}
They’re all percentages so feel free to adjust them as you see fit.
Are you familiar with adding custom CSS to your website?
Let us know.
Cheers,
Kevin.
It works!!
Thank you so much!!
there is a one small issue the label “name” isn’t align
Sounds good! To fix the issue with the Name label change the selector .FNAME-label
to label.FNAME-label
.