Tagged: x
-
AuthorPosts
-
May 24, 2016 at 3:05 pm #1007858
cabforwardParticipantMy logo seems to be stopping my menu item hover background color. And, it seems to be forcing the red striped section to the right at certain screen sizes.
May 24, 2016 at 3:06 pm #1007859
cabforwardParticipantThis reply has been marked as private.May 24, 2016 at 3:06 pm #1007860
cabforwardParticipantThis reply has been marked as private.May 24, 2016 at 6:21 pm #1008084
JadeModeratorHi there,
Is it the About menu item hover effect that you are pointing out? You will need to update this code:
#menu-item-13 a:hover, #menu-item-14 a:hover, #menu-item-15 a:hover, #menu-item-16 a:hover { background-color: #00007f !Important; text-align: center; color: #ffffff; box-shadow: none; }to
#menu-item-12 a:hover, #menu-item-13 a:hover, #menu-item-14 a:hover, #menu-item-15 a:hover, #menu-item-16 a:hover { background-color: #00007f !Important; text-align: center; color: #ffffff; box-shadow: none; }Would you mind clarifying about the issue in the red striped sections? Thank you.
May 24, 2016 at 6:27 pm #1008095
cabforwardParticipantThe whole menu is dropping down. Please see attached file:
May 24, 2016 at 6:28 pm #1008099
cabforwardParticipantTrying to attach again
May 24, 2016 at 11:11 pm #1008453
RupokMemberHi there,
Thanks for the screenshot and it clarify the issue better.
You can add this under Custom > CSS in the Customizer.@media only screen and (min-width: 980px) and (max-width: 1114px) { .x-navbar-inner .x-container.max { max-width: 100%; width: 95%; } .x-nav-wrap.desktop { float: right; } .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-left: 15px; padding-right: 15px; } }Hope this helps.
Cheers!
May 25, 2016 at 9:57 am #1009178
cabforwardParticipantThis didn’t resolve. It’s still dropping down.
May 25, 2016 at 11:18 am #1009329
RupokMemberHi there,
Did you really add the suggested code? I have logged in to your site and can’t see the code on your Customizer. So I assume you are using this in Child Theme’s CSS that’s being overridden by Customizer settings. In that case, kindly update the code :
@media only screen and (min-width: 980px) and (max-width: 1169px) { .x-navbar-inner .x-container.max { max-width: 100%; width: 95%; } .x-nav-wrap.desktop { float: right; } .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-left: 15px !important; padding-right: 15px !important; } }I have tested the code on your site and must work. So before updating, make sure to clear your browser’s cache and check again.
Thanks
May 25, 2016 at 11:43 am #1009370
cabforwardParticipantGreat, thank you!
May 25, 2016 at 12:48 pm #1009501
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1007858 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
