Tagged: x
-
AuthorPosts
-
September 8, 2016 at 3:38 pm #1167019
benfrenchphotoParticipantI am using a javascript lightbox form on my contact page to collect emails. On mobile devices (iOS) the form goes up under the navbar, hiding the top of the form. How do I get this to appear below the navbar and header? Thanks in advance!
September 8, 2016 at 3:38 pm #1167023
benfrenchphotoParticipantHit the “Email Us” button to activate the form.
September 8, 2016 at 11:42 pm #1167536
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 721px) { .guestcard-dialog.ui-dialog { top: 100px !important; z-index: 9999 !important; } }Hope this helps.
Cheers!
September 9, 2016 at 8:38 am #1167954
benfrenchphotoParticipantWorked perfect! You guys are good. Thanks!
September 9, 2016 at 9:09 am #1168004
benfrenchphotoParticipantThe code works on the site I originally provided, but I am having the same issue on other sites. The code does not work with these. If you could please take a look at these as well I would appreciate it.
September 9, 2016 at 10:57 am #1168142
benfrenchphotoParticipantFigured it out. I was just missing a bracket. Thanks!
September 9, 2016 at 12:06 pm #1168265
JoaoModeratorThanks for letting us know, have a great weekend.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1167019 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
