Tagged: x
-
AuthorPosts
-
June 23, 2016 at 6:08 am #1056124
SixITParticipantHi Guys,
First of all X is amazing, and you guys have helped me so much.
I’m trying to display my mailchimp newsletter on one line. Please see attached my screenshot, on the left is what is displaying now, on the right is what I’m trying to achieve. I’ve trawled through the forum looking for an answer, and changing the CSS code to no avail.
I’d really appreciate it if you guys could help me.
Thanks!
June 23, 2016 at 7:48 am #1056242
JoaoModeratorHi There,
Please add at Appereance > Customizer > Custom > CSS the following code:
.subscribe .x-subscribe-form { width: auto !important; max-width: 100% !important; } .subscribe .x-subscribe-form fieldset { display: inline; } .subscribe .x-subscribe-form fieldset input { margin : 0 !important; }If you need more help please provide us your url.
Hope that helps,
Joao
June 23, 2016 at 10:38 am #1056492
SixITParticipantThis reply has been marked as private.June 23, 2016 at 1:44 pm #1056777
Nabeel AModeratorHi again,
Thank you for providing the URL! Please replace the previous code with this one:
.x-subscribe-form fieldset { width: 20% !important; float: left !important; margin-right: 2% !important; }Let us know how this goes!
June 23, 2016 at 2:12 pm #1056811
SixITParticipantThat’s fantastic! Is there a way to centre it so it’s in the middle of the container and make it stack on 3 lines as it was before on mobile? (Sorry for the questions).
Thanks in advance!
June 23, 2016 at 3:57 pm #1056970
JoaoModeratorHi There,
Please upgrade the code above to:
@media screen and (max-width: 769px) { .x-subscribe-form fieldset { width: 20% !important; float: left !important; margin-right: 2% !important; } }Hope that helps,
joao
June 24, 2016 at 3:41 am #1057787
SixITParticipantThanks Joao, you’ve been very helpful 🙂
June 24, 2016 at 3:50 am #1057794
LelyModeratorYou’re welcome!
Glad we were able to help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1056124 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
