Tagged: x
-
AuthorPosts
-
October 19, 2016 at 12:41 am #1221853
breepearParticipantHi there,
How do I center a mailchimp form within a column? The screenshot attached shows the form on the left, but I can’t get it to always float in the center of that column.
October 19, 2016 at 12:42 am #1221854
breepearParticipantThis reply has been marked as private.October 19, 2016 at 1:04 am #1221869
breepearParticipantOn the same note, how do I change the contents of the form to span the whole column width but only on landscape mode on tablet and mobile?
October 19, 2016 at 1:42 am #1221892
breepearParticipantI was able to get the mobile and tablet versions to work, but can you tell me how to center the content on the desktop section as well as make the content span the width.
October 19, 2016 at 3:42 am #1221991
ChristopherModeratorHi there,
Please add
display: inline-block;in left column’s style field.Hope it helps.
October 19, 2016 at 3:45 am #1221993
breepearParticipantThat didn’t work
October 19, 2016 at 3:48 am #1221998
breepearParticipantSorry that image didn’t uplaod
October 19, 2016 at 6:24 am #1222113
ChristopherModeratorHi there,
Please ad following code under cornerstone settings tab/custom CSS :
div#x-section-4 .x-column.x-1-1 { display: block; }Hope it helps.
October 19, 2016 at 11:25 am #1222493
breepearParticipantI added
display: inline-block;to the left column’s style and then added `div#x-section-4 .x-column.x-1-1 {
display: block;
}` to the custom CSS and now it’s not allowing that box to become the ful width, it’s moved it to the left and top. See screenshoteOctober 19, 2016 at 11:26 am #1222497
breepearParticipantIs there also a way to center the placeholder email text within the field?
October 19, 2016 at 12:18 pm #1222580
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-subscribe-form input[type="text"], .x-subscribe-form input[type="email"] { text-align: center; }Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1221853 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
