Tagged: x
-
AuthorPosts
-
February 2, 2017 at 6:32 am #1355116
simonchendryParticipantHi there,
If I resize my browser, there is a period where the menu bar drops below the page title and obscures the page title. Is there a way to avoid this? Here is an example of my problem:
Many thanks,
SimonFebruary 2, 2017 at 9:45 am #1355348
RahulModeratorHey There,
Thanks for writing in!
We are unable to replicate the issue here. Would you mind providing us with a Screenshot to take a closer look of it?
Thanks for understanding!
February 3, 2017 at 4:04 am #1356527
simonchendryParticipantsure. have attached one here. you can see that the menu bar is masking the page title “personal”
thanks
February 3, 2017 at 5:12 am #1356594
Paul RModeratorHi,
To fix it, you can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 1410px) { .x-navbar .x-nav-wrap.desktop { display:none; } .masthead-inline .x-btn-navbar { display: block; float: right; } .x-navbar .x-nav-wrap.mobile { display:block; } .x-navbar .x-nav-wrap.mobile.collapse { display:none; } .x-navbar .x-nav-wrap.mobile.collapse.in { display:block !important; } }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1355116 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
