Tagged: x
-
AuthorPosts
-
November 8, 2016 at 6:05 pm #1249364
JadeModeratorHI Chris,
Please add this code in the customizer:
nav.x-nav-wrap.desktop { position: absolute; right: -25%; }Hope this helps.
November 9, 2016 at 12:11 pm #1250418
ChgrimParticipantIt did work! The only catch is that on pages without a side bar the menus go off the page. Is there anyway to adjust that code so that it only shifts right for pages with a sidebar?
Thank you so much!
Chris
November 9, 2016 at 1:51 pm #1250547
JoaoModeratorHi Chris,
Please try this code instead
body.x-content-sidebar-active nav.x-nav-wrap.desktop { position: absolute; right: -25%; }Let us know how it goes,
Joao
November 10, 2016 at 1:56 pm #1252209
ChgrimParticipantThat worked on almost everything! For some reason any pages that I have Blank No Container | Header,footer still have the menu bar shifting over. Is this a bug or is there a way to fix this? I really like the look of my full background images http://www.topdownreviews.com/cannabis-delivery-locator/ and if I use the Layout full width I end up with these white borders on either edge http://www.topdownreviews.com/marijuana/
Thanks so much!
ChrisNovember 10, 2016 at 8:48 pm #1252702
Rue NelModeratorHello Chris,
Thank you for getting back to us. To resolve this issue, please remove the code given in our previous reply. And then you can make use of this code instead:
body.x-content-sidebar-active nav.x-nav-wrap.desktop { position: relative; margin-right: -250px; }The final result should be like this:
http://prntscr.com/d5s486We would loved to know if this has work for you. Thank you.
November 10, 2016 at 10:05 pm #1252751
ChgrimParticipantHi,
Sadly that code still causes the menu to move over too far with open Blank No Container | Header,footer.
November 11, 2016 at 1:41 am #1252931
Rue NelModeratorHello Chris,
To exclude the Blank No Container | Header,footer page template from the given code, please update it and use this instead:
body.x-content-sidebar-active:not(.page-template-template-blank-4) nav.x-nav-wrap.desktop { position: relative; margin-right: -250px; }I think this should finally resolve the issue as shown in the screenshot:
http://prntscr.com/d5u2bcPlease let us know how it goes.
November 11, 2016 at 12:20 pm #1253601
ChgrimParticipantThat did the trick!!
Thanks so much for bearing with me.
Thanks
ChrisNovember 11, 2016 at 5:49 pm #1253874
JadeModeratorYou’re most welcome, Chris.
November 14, 2016 at 2:46 pm #1256938
ChgrimParticipantOne more thing I discovered.
http://www.topdownreviews.com/meadow-review/
If you scroll over the coupons menu at the top right, the submenu appears like it us under the side bar. How do I get it to show up on top?
Thanks
ChrisNovember 14, 2016 at 11:45 pm #1257505
Paul RModeratorHi Chris,
To fix it, you can add this under Custom > CSS in the Customizer.
@media (min-width: 1200px) { .x-content-sidebar-active .x-sidebar { z-index: 1; } }Hope that helps.
November 15, 2016 at 11:54 am #1258263
ChgrimParticipantThat did the trick!
Thanks so much
November 15, 2016 at 1:12 pm #1258360
Nabeel AModeratorGlad we could help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1233870 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
