Tagged: x
-
AuthorPosts
-
February 15, 2017 at 1:36 am #1371503
Jay BParticipantHello,
There seems to be a problem with my site where the content is falling underneath the navbar.
Is there anyway to fix this?
February 15, 2017 at 1:38 am #1371505
Jay BParticipantThis reply has been marked as private.February 15, 2017 at 1:40 am #1371506
Jay BParticipantLooks fine on a mobile though!
February 15, 2017 at 4:00 am #1371643
ChristianModeratorHey Jay,
Looks like you have not set the responsive behavior correctly. Please see https://www.themepunch.com/revslider-doc/layer-responsive-behavior/ for more details.
Thanks.
February 15, 2017 at 4:23 am #1371684
Jay BParticipantChristian – take a closer look 😉 it’s nothing to do with the rev-slider this is globally throughout the website
February 15, 2017 at 6:01 am #1371786
ChristianModeratorWould you mind providing a screen recording of the issue?
Thanks.
February 15, 2017 at 9:01 am #1372010
Jay BParticipantSure although you only have to look on the site to see so I’m not sure how that’s of any benefit… :-/
I can fix this using this CSS:
body.x-navbar-fixed-top-active .x-navbar-wrap {
height: 133px;
}However when viewing on a mobile phone or tablet this then adds an extra bar of padding under the navbar…Got me baffled!
Thanks in advance
J
February 15, 2017 at 9:06 am #1372019
Jay BParticipantThis reply has been marked as private.February 15, 2017 at 7:19 pm #1372808
RadModeratorHi there,
Please try this
body.x-navbar-fixed-top-active .x-navbar-wrap { min-height: 133px; }Fixing the height will fix it on smaller devices too. And in a narrow device, height is supposed to be bigger.
Hope this helps.
February 15, 2017 at 8:53 pm #1372906
Jay BParticipantHey Rad,
You just provided me with the same CSS that I said that I could use but I won’t because of the extra padding on a mobile device…
Height isn’t supposed to be bigger for as long as I’ve been using X. See screenshot of result again – that bar shouldn’t be under the bar
Also the CSS you provided forces menu items to lower case and effects the colours of the uber menu toggle.
J
February 16, 2017 at 1:55 am #1373171
Paul RModeratorHi,
Kindly change the code to this.
@media (min-width: 979px) { body.x-navbar-fixed-top-active .x-navbar-wrap { height: 117px; } }Hope that helps.
February 16, 2017 at 2:11 am #1373189
Jay BParticipantHey Paul,
Just to let you know you’re the man! Thank you for your continued support!
Jay
February 16, 2017 at 3:33 am #1373281
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1371503 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
