Tagged: x
-
AuthorPosts
-
January 21, 2017 at 10:02 am #1339678
brendanduggan11ParticipantHi there, is there anyway to center the orange button when it is in mobile?
See attachement.
Thank you
January 21, 2017 at 10:04 am #1339682
brendanduggan11ParticipantThis reply has been marked as private.January 21, 2017 at 11:03 am #1339726
ThaiModeratorHi There,
Please add the following CSS:
@media (max-width: 480px){ form#x-subscribe-form-187 { max-width: 100% !important; } .x-subscribe-form input[type="submit"] { font-size: 13px; } }Hope it helps 🙂
January 21, 2017 at 11:14 am #1339733
brendanduggan11ParticipantDidn’t seem to help.
January 21, 2017 at 7:19 pm #1340027
Rue NelModeratorHello There,
The code should have work. Upon inspection, it turns out that there is an invalid css code that makes the suggested code in our last reply not to take effect. Please check out this screenshot: http://prntscr.com/dyou4m
You should correct the code using this:
/* Remove scroll bar anchor from mobile */ @media (max-width: 979px) and (min-width: 768px){ .x-slider-scroll-bottom.center { display: none; } }Hope this helps. Please let us know how it goes.
January 21, 2017 at 8:26 pm #1340080
brendanduggan11ParticipantDidn`t help. For now could you give me the code to reduce the padding between the text “Recieve an info pack through email” and the email submission box and submit button.
Thanks
January 22, 2017 at 1:46 am #1340228
ChristopherModeratorHi there,
Please add this :
div#x_email_form-3 .x-section { padding: 0 !Important; } input#x_subscribe_form_email { margin-bottom: 1px; } .x-subscribe-form input[type="submit"] { word-wrap: normal; white-space: normal; }Hope it helps.
January 23, 2017 at 12:52 pm #1341928
brendanduggan11ParticipantIt worked thank you.
January 23, 2017 at 2:10 pm #1342045
JadeModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1339678 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
