Tagged: x
-
AuthorPosts
-
May 27, 2016 at 6:38 pm #1013638
P HammondParticipantHi X’ers! I am stuck. I need you to please look at a site and help me understand why two embedded elements are breaking the section transition but only on a certain media width. I’ll add details in a private reply…
May 27, 2016 at 6:51 pm #1013648
P HammondParticipantThis reply has been marked as private.May 28, 2016 at 12:24 am #1014031
Rue NelModeratorHello There,
Thanks for writing in! I have checked your site and I think I see the problem. To resolve it, instead of using
height: 100vh; min-height: 100vh;, please remove the height and only maintain the minimum height in your inline css.Hope this helps. Kindly let us know.
May 31, 2016 at 1:28 am #1017600
P HammondParticipantThis reply has been marked as private.May 31, 2016 at 1:53 am #1017632
RupokMemberHi there,
In that case you can try setting height: auto; for the mobile using media query. Like :
@media only screen and (max-width: 979px) { #x-section-X { height: auto!important; } }Replace #x-section-X with your section ID.
Cheers!
May 31, 2016 at 2:25 am #1017658
P HammondParticipantSadly, that just made it worse. I am trying to achieve a responsive full pane effect, to no avail. What bit of code might I be missing?
Again, thank you!May 31, 2016 at 2:48 am #1017678
ChristopherModeratorHi there,
Instead of using
height: 100vh; min-height: 100vh;, add padding to top and bottom of sections to adjust their height.Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1013638 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
