Tagged: x
-
AuthorPosts
-
October 27, 2016 at 5:20 pm #1233870
ChgrimParticipantHi,
Right now my top menu hits the side bar and stops. This is probably a stupid question but how do I make the sidebar sit under the menu? I would love if the menu could go all the way across.
http://www.topdownreviews.com/meadow-review/
Thanks
ChrisOctober 27, 2016 at 7:34 pm #1233969
JadeModeratorHi Chris,
I checked your site but the sidebar seems to be in place.
October 28, 2016 at 12:29 am #1234298
ChgrimParticipantSorry if I wasn’t clear. I want the menu bar to go from the left side of the screen all the way to the right side. Right now the top menu stops when it hits the sidebar. Is there a way to move the sidebar down?
Thanks
ChrisOctober 28, 2016 at 2:53 am #1234416
RupokMemberHi Chris,
Thanks for clarifying! You can add this under Custom > CSS in the Customizer.
.x-sidebar { border-top: 1px solid rgba(0, 0, 0, 0.075); top: 60px; }Hope this helps.
Cheers!
October 28, 2016 at 11:46 am #1234961
ChgrimParticipantHi,
When I tried to do that nothing changed.
Thanks
ChrisOctober 28, 2016 at 6:10 pm #1235348
JadeModeratorHI Chris,
Please try this code:
.x-content-sidebar-active .x-sidebar { top: 60px; } body.x-content-sidebar-active .x-navbar-fixed-top { right: 0; }Hope this helps.
October 31, 2016 at 4:18 pm #1238394
ChgrimParticipantThat didn’t seem to do anything either. I should be adding this to the global css right?
October 31, 2016 at 4:59 pm #1238413
JoaoModeratorHi There,
Add to Appereance > Customizer > Custom > CSS
If that does not work, please provide a mockup of how you would like the menu to look like
Thanks,
Joao
November 1, 2016 at 1:19 pm #1239528
ChgrimParticipantThe CurrentLook.jpg is how it looks now.
I would love to have WhatIwant.jpg
Thanks
ChrisNovember 1, 2016 at 2:02 pm #1239620
RupokMemberHi Chris,
The suggestion above (#1234416) should work fine because I have tested this for your site. Also the suggestion shared by Jade (#1235348) looks fine as well and should do the job. So I guess you are not adding the code properly or your previous codes are not closed properly hence interrupting the code. Let’s provide your login credentials in a private reply if you can’t figure out the issue.
Thanks!
November 1, 2016 at 3:36 pm #1239769
ChgrimParticipantThis reply has been marked as private.November 1, 2016 at 11:54 pm #1240263
RupokMemberHi Chris,
Your previous code is fine but I don’t see any of the suggested code on your site. So not sure what you are expecting without adding them. I have tried both and both works fine. I just kept my previously suggested code to make sure it works. Also added another line to make sure it looks fine when you are logged in :
.x-sidebar { border-top: 1px solid rgba(0, 0, 0, 0.075); top: 60px; } .admin-bar .x-sidebar { top: 91px !important; }Hope this helps.
November 2, 2016 at 11:45 am #1241062
ChgrimParticipantHi Rupok,
That seems to have done the trick! Sorry I don’t know what I was doing wrong before. I’m so sorry to be a bother, but I do have one last question. Is there anyway that the top menus can move over and use that space? Right now it is empty.
Thanks so much! Sorry I didn’t get the code in there correctly.
ChrisNovember 2, 2016 at 12:46 pm #1241157
RahulModeratorHey There,
Thanks for writing back!
Kindly add this CSS at Appereance > Customizer > Custom > CSS :
.x-navbar .desktop .x-nav > li > a > span { padding:1.3em 1.25em; }Hope this helps!
November 8, 2016 at 1:33 pm #1249118
ChgrimParticipantHi
When I tried to use this code it just spread out the buttons or moved them lower on the page. It didn’t actually shift them over to the right at all.
Thanks!
Chris -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1233870 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
