Tagged: x
-
AuthorPosts
-
August 19, 2016 at 12:49 am #1137972
bigboxheadParticipantHello,
After importing the revolution slider example newsletter hero, There is no gap between the email box and the subscribe box and the subscribe button is bigger than the email part. This can be found on my website http://www.strawberryandblue.com on the homepage at the bottom , is there custom styling is being applied to the button from x theme and how would i remove this so that my slider look the same as the template?
Thanks Kerry
August 19, 2016 at 1:53 am #1138012
RupokMemberHi Kerry,
Thanks for writing in! Yes it’s causing by your custom CSS. Let’s add this as well to fix this:
.rev_slider #mc-embedded-subscribe { line-height: 40px!important; }Hope this helps.
August 19, 2016 at 6:30 am #1138204
bigboxheadParticipantSorry, where would i add this?
August 19, 2016 at 9:39 am #1138346
JoaoModeratorHi There,
Please add at Appereance > Customizer > Custom > CSS
Hope that helps
Joao
August 19, 2016 at 10:22 am #1138391
bigboxheadParticipantThanks, it is nearly perfect, how would i add a little gap in between the email box and the subscribe button?
August 19, 2016 at 10:26 am #1138395
bigboxheadParticipantHi Again,
Also for some reason the email and button are not changing properly when viewed on mobile what would be the best way to fix this issue?
Thanks A Lot
KerryAugust 19, 2016 at 4:08 pm #1138735
FriechModeratorHi Kerry,
To adjust the gap between email field and subscribe button add this on your custom CSS
.x-sidebar .x-subscribe-form input[type="submit"] { margin-top: 30px; }What changes are you referring to? The form looks fine on mobile. Please clarify.
Thanks.
August 25, 2016 at 10:53 am #1146811
bigboxheadParticipantHi,
I entered the css above into the global css in custmozizer but it didn’t add a gap between the email box and the subscribe button?
The problem on mobile devices is that I would like that the email field and the subscribe button don’t go all the way to the edge as can be seen in the screenshot attactched.
Thanks
KerryAugust 25, 2016 at 4:41 pm #1147266
FriechModeratorHi Kerry,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
August 26, 2016 at 12:43 am #1147802
bigboxheadParticipantThis reply has been marked as private.August 26, 2016 at 1:18 am #1147836
LelyModeratorHi Kerry,
Thank you for the credentials. To add space between email box and button, please use the following CSS instead:
.home input#mc-embedded-subscribe { margin-left: 10px; }For the form edge issue, we need to reduce email box size. It’s width is set to 200px on mobile. Please add this:
@media only screen and (max-width: 767px){ #mc_embed_signup input#mce-EMAIL { width: 150px; /*Adjust accordingly*/ } }Hope this helps.
August 26, 2016 at 6:39 am #1148087
bigboxheadParticipantThanks so much looks good now!!!
August 26, 2016 at 7:18 am #1148116
bigboxheadParticipantHi,
Sorry I think one last thing is that now when view on mobile it cuts off the “your email address” as you can see in the picture.
August 26, 2016 at 8:55 am #1148204
JoaoModeratorHi There,
Please update this:
@media only screen and (max-width: 767px){ #mc_embed_signup input#mce-EMAIL { width: 150px; /*Adjust accordingly*/ } }to this
@media only screen and (max-width: 767px){ #mc_embed_signup input#mce-EMAIL { width: 150px; font-size: 10px; padding: 20px; } }Hope that helps
Joao
August 26, 2016 at 2:37 pm #1148694
bigboxheadParticipantHi, after entering that code when viewing the slider on my phone i can no longer enter text in the email address field and it appears blank. Please see the photo for example
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1137972 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
