Struggling to center the opt-in form on my website, I've created a "center" class with margin properties but it's not working as expected.
.center {
margin-left: auto;
margin-right: auto;
width: 100%
}
I suspect that one of Bootstrap's classes might be conflicting with mine, causing the issue. To see the problem firsthand, check out the bottom of the page here.