Tagged: x
-
AuthorPosts
-
January 16, 2017 at 1:47 pm #1332475
BradleyBParticipantHi,
When the nav button is pressed on desktop (between 1013px and 736px), the dropdown pushes the slider and page content down. I would like the menu to simply drop down over the page content ( like it does below 736px). Is this possible? Thanks!
January 16, 2017 at 1:48 pm #1332476
BradleyBParticipantThis reply has been marked as private.January 16, 2017 at 2:48 pm #1332564
JadeModeratorHi Bradley,
Please add this code:
@media (min-width: 736px) and (max-width: 1013px) { .masthead.masthead-inline { position: fixed; top: 0; left: 0; width: 100%; z-index: 99; } }Hope this helps.
January 17, 2017 at 10:05 am #1333660
BradleyBParticipantThanks for the reply. I added the code, but it did not change anything.
January 17, 2017 at 10:59 am #1333739
RupokMemberHi there,
Thanks for writing back. I have checked and the code seems working fine. Let’s check again on the certain screen size after clearing your browser cache.
Cheers!
January 17, 2017 at 11:07 am #1333745
BradleyBParticipantHi, thanks for the reply.
I did clear my cache. The problem is still there. Between those resolutions, the menu pushes the slider and page down, rather than dropping down over it. I’ve attached a picture. The image on the left shows how it currently works, and the iamge on the right shows how I would like it to work on all resolutions.
How can I change this? Thanks so much!
January 17, 2017 at 11:08 am #1333750
BradleyBParticipantpicture attached
January 17, 2017 at 11:37 am #1333799
RupokMemberHi there,
Thanks for writing back. Not sure why it’s not working on your end. I have tested with multiple browser and here goes a screencast on my end – http://recordit.co/tV8EdNJ5cR
Cheers!
January 17, 2017 at 2:07 pm #1334000
BradleyBParticipantThanks for getting back to me.
The problem only exists below 979px on desktop. It works fine above that.
Thanks!
January 17, 2017 at 10:39 pm #1334510
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
@media (max-width: 979px){ body.x-navbar-fixed-top-active .x-navbar-wrap { height: 63px; } }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1332475 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
