Tagged: x
-
AuthorPosts
-
November 3, 2016 at 10:18 pm #1243295
DodgersWinParticipantAs you can see in the attached picture when I hover over the “about” menu item it starts the drop down menu on the top of the page instead of directly below the menu. I suspect it is because my CSS is wrong.
The CSS:
.x-navbar { position:absolute; width:100%; background-color:transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom:none; } .x-header-landmark{ margin-top: 95px; } .blog .x-container.max { max-width: 900px; } body.single-post { background-image: url("http://scrollupweb.com/wp-content/uploads/2016/11/blog-background.jpg"); background-color: #a06a6a; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } body.x-navbar-fixed-top-active.single-post .x-navbar { background-color: #f0f0f0; } body.x-navbar-fixed-top-active.single-post .x-navbar, body.x-navbar-fixed-top-active.single-post .x-navbar-wrap { height: auto; } body.single-post .x-navbar-inner { min-height: 60px; } .single-post .x-navbar { position: relative; }November 3, 2016 at 10:19 pm #1243298
DodgersWinParticipantThis reply has been marked as private.November 4, 2016 at 12:30 am #1243412
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.masthead-inline .x-navbar .desktop .sub-menu { top: 61px; left: 0; right: auto; }Hope that helps
November 4, 2016 at 10:23 am #1243854
DodgersWinParticipantDid not work as far as I can tell. Thank you for your help with this.
.x-navbar { position:absolute; width:100%; background-color:transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-bottom:none; } .masthead-inline .x-navbar .desktop .sub-menu { top: 61px; left: 0; right: auto; }November 4, 2016 at 10:59 am #1243945
RahulModeratorHey There,
Thanks for writing back!
Is the issue resolved? Kindly let us know if we can help with anything else.
Thanks!
November 4, 2016 at 11:43 am #1243988
DodgersWinParticipantThe issue is not resolved. The CSS seemed to have no affect.
November 4, 2016 at 2:27 pm #1244195
JadeModeratorHi there,
There was a missing closing } in of the CSS blocked before the code you have added that’s why the code didn’t work.
I have gone ahead and fixed it.
November 4, 2016 at 4:35 pm #1244368
DodgersWinParticipantAhhh. Big thank you.
November 4, 2016 at 10:53 pm #1244682
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1243295 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
