Tagged: x
-
AuthorPosts
-
June 3, 2016 at 4:01 am #1023852
NicoleOhlmannParticipantHi there,
I’d like to change the look of the email subscription form a little bit. Is it possible to have the enter fields and the button next to each other? I added a screenshot with a similar example.
Thanks a lot for your efforts. It is very much appreciated.
Warm regards,
NicoleJune 3, 2016 at 7:42 am #1024096
DarshanaModeratorHi there,
Thanks for writing in! Please provide us with the URL to your page, that have included your current email form. So that we can assist you accordingly.
Thanks!
June 3, 2016 at 7:48 am #1024112
NicoleOhlmannParticipantJune 3, 2016 at 11:44 am #1024464
JoaoModeratorHi Nicole
Please add the following code at your Appereance / Customizer / Custom / CSS
.x-subscribe-form { max-width: 700px !important; } .x-subscribe-form fieldset { display: inline; } .x-subscribe-form input[type="submit"] { margin-top: 0; }Hope that helps,
Joao
June 4, 2016 at 7:52 am #1025589
NicoleOhlmannParticipantHi Joao,
Many thanks! It looks wonderful!
Is there a possibility to move the button to the same hight as the two fields? (see screeshot)Many thanks for your efforts. It is very much appreciated.
Warm regards,
NicoleJune 4, 2016 at 10:27 pm #1026199
RadModeratorHi there,
Thanks for writing in.
Please change this CSS
.x-subscribe-form input[type="submit"] { margin-top: 0; }to this,
.x-subscribe-form input[type="submit"] { display: inline; margin: 0px; padding: 0px; }And if it’s not working, then please provide your login credentials in private reply. Your site is behind under construction page.
Thanks!
June 5, 2016 at 3:08 pm #1026886
NicoleOhlmannParticipantHi Rad, thanks a lot for your quick reply. Unfortunately it didn’t do the trick. The website is off construction mode. So you can see everything now.
Many thanks for your efforts.
Warm regards,
NicoleJune 6, 2016 at 12:14 am #1027397
ChristopherModeratorHi there,
Please add this code :
.x-subscribe-form input[type="submit"] { vertical-align: bottom; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1023852 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
