Tagged: x
-
AuthorPosts
-
January 16, 2017 at 11:28 am #1332282
heathbrParticipantThe title on most of my pages is cut off by the nav bar. I added the code (below) but it didn’t help. Please see the title cut off at http://theleverageeffect.com/support/
body.x-navbar-fixed-top-active .x-navbar-wrap {
height: 65px;
}Thanks!
January 16, 2017 at 11:50 am #1332315
JoaoModeratorHi There,
I checked your page and looks fine,
Please clean your browser cache and test again.
If you are still facing the issue please provide the specific URL and a screenshot if possible.
Thanks
Joao
January 16, 2017 at 12:10 pm #1332342
heathbrParticipantCleared WP cache and browser cache, still seeing it. Is it not showing on your end?
Thanks!
January 16, 2017 at 12:58 pm #1332434
JoaoModeratorHi There,
Thanks for clarifying,
Please add the following code to Appereance > Customizer > Custom > CSS
@media (max-width: 1170px) { a.x-btn-navbar { display: inline-block; float: right; } .x-nav-wrap.mobile.collapse.in { display: block; } .x-nav-wrap.desktop { display: none; } @media (max-width: 1275px) { .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-left: 0px; padding-right: 0px; } }Hope it helps
Joao
January 16, 2017 at 1:45 pm #1332470
heathbrParticipantIt did work, but now the nav bar is gone … :/
January 16, 2017 at 2:55 pm #1332578
JadeModeratorHi there,
Please update the code to:
@media (max-width: 1170px) { a.x-btn-navbar { display: inline-block; float: right; } .x-nav-wrap.mobile.collapse.in { display: block; } } @media (max-width: 1275px) { .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-left: 0px; padding-right: 0px; } }Hope this helps.
January 16, 2017 at 3:02 pm #1332582
heathbrParticipantBingo!
January 16, 2017 at 4:00 pm #1332658
JoaoModerator🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1332282 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
