Tagged: x
-
AuthorPosts
-
December 2, 2016 at 10:17 pm #1279527
imdjluisParticipantI have added the Mail Chimp plug-in but the Submit button text appears left aligned in Safari on OS X and iOS, but is correctly centered in other browsers.
December 2, 2016 at 11:43 pm #1279566
FriechModeratorHi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Cheers!
December 2, 2016 at 11:49 pm #1279569
imdjluisParticipantThis reply has been marked as private.December 3, 2016 at 12:38 am #1279606
RadModeratorHi there,
It’s because of this custom CSS,
.x-subscribe-form input[type="submit"] { display: flex; justify-content: center; margin: 0 auto; max-width: 500px; width: 100%; }Remove it and it should align correctly.
Thanks!
December 3, 2016 at 12:41 am #1279608
imdjluisParticipantI used that to center the submit button itself.
December 3, 2016 at 12:47 am #1279610
RadModeratorHi there,
Yes, but it has an unusual effect on safari browser. If it’s just about aligning it on the center, then try this.
.x-subscribe-form input[type="submit"] { display: block; margin: 0 auto; max-width: 500px; width: 100%; clear:both; float: none; }Hope this helps.
December 3, 2016 at 1:23 am #1279632
imdjluisParticipantThat worked, thank you!
December 3, 2016 at 1:32 am #1279638
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1279527 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
