Tagged: x
-
AuthorPosts
-
June 8, 2016 at 10:06 am #1032005
cabforwardParticipantHi! Can you help me give a solid background to the mobile menu? Right now it’s transparent and I can’t see it.
I tried this in the global css:@media (max-width: 979px) { .x-navbar .x-navbar-inner .x-nav-collapse .x-nav>.current-menu-item > a { color: #fff !important; background-color: #00007f !important; } }June 8, 2016 at 10:06 am #1032007
cabforwardParticipantThis reply has been marked as private.June 8, 2016 at 12:57 pm #1032370
ThaiModeratorHi There,
Please add the following CSS:
@media (max-width: 979px){ .x-navbar { height: auto; } }Hope it helps ๐
June 8, 2016 at 1:14 pm #1032395
John EzraMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
@media (max-width:979px){ .x-navbar-inner { background: #00007f; } .x-navbar .mobile .x-nav li > a { color: #ffffff; } }Hope this helps โ thanks!
June 8, 2016 at 3:27 pm #1032624
cabforwardParticipantHi! I only want to have blue behind the header when the mobile button is pushed because it cuts of part of my header image. When itโs in mobile view but the user isnโt viewing the menu, it should show the regular yellow skinny topbar.
June 8, 2016 at 10:15 pm #1033262
Rue NelModeratorHello There,
I have check your custom css. This particular block is affecting it;
/*@media only screen and (min-width: 980px) { */ .x-navbar.x-navbar-fixed-top { height: 70px; } .x-navbar.x-navbar-fixed-top .desktop .x-nav > li > a { height: 70px; padding-top: 34px; } .x-navbar { height: 70px; } /* } */ /* end media query */You might need to update it and use this instead:
@media only screen and (min-width: 980px) { .x-navbar.x-navbar-fixed-top { height: 70px; } .x-navbar.x-navbar-fixed-top .desktop .x-nav > li > a { height: 70px; padding-top: 34px; } .x-navbar { height: 70px; } } /* end media query */Hope this helps.
June 14, 2016 at 11:39 am #1041676
cabforwardParticipantI made that edit, and I’m still seeing a huge blue background on the mobile view:
June 14, 2016 at 11:40 am #1041678
cabforwardParticipantTrying the upload again
June 14, 2016 at 11:41 am #1041679
cabforwardParticipantI made that edit, and Iโm still seeing a huge blue background on the mobile view. It needs to be just as short as the header is on the non-mobile view.
June 14, 2016 at 2:45 pm #1041990
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
@media (max-width: 769px) { .x-brand { width: 40%; margin-bottom: -23px; } }Hope that helps,
Joao
June 14, 2016 at 3:13 pm #1042023
cabforwardParticipantThat didn’t change anything.
June 15, 2016 at 2:09 am #1042783
Paul RModeratorHi,
You can try this code instead.
@media (max-width: 979px) .x-navbar .x-navbar-inner { height: 70px; } }Hope that helps.
June 15, 2016 at 7:48 am #1043112
cabforwardParticipantI’m sorry, but that’s not helping.
June 15, 2016 at 10:36 am #1043444
ThaiModeratorHi There,
Please try with this CSS instead:
@media (max-width: 979px){ a.x-brand.img { margin-top: 0; } a.x-brand.img img { max-height: 71px; width: auto; } }Hope it helps ๐
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1032005 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
