Tagged: x
-
AuthorPosts
-
February 28, 2017 at 12:38 pm #1389128
novadoulaParticipantHi,
I’ve been playing with the sizing and spacing of my nav bar but I can’t seem to get the menu and logo to line up and be responsive.
I tried adding the following, based on another forum post, but it didn’t help.@media (max-width:1238px) and (min-width:923px){
.x-navbar .x-nav-wrap .x-nav > li > a {
letter-spacing: normal;
}
}@media (max-width:1076px) and (min-width:923px){
.x-navbar .x-nav-wrap .x-nav > li > a {
padding-right: 15px !important;
padding-left: 15px !important;
}
}Any help??
Website is http://knowingshe.com It’s not live yet, but I assume you can still access?
Thanks!February 28, 2017 at 2:42 pm #1389229
JoaoModeratorHi There,
As your website is under construction please provide your WP Admin Credentials
Thanks
February 28, 2017 at 3:02 pm #1389254
novadoulaParticipantThis reply has been marked as private.February 28, 2017 at 11:39 pm #1389761
Paul RModeratorHi,
The login provided doesn’t seem to work.
Kindly check again and let us know.
Thanks
March 1, 2017 at 7:58 am #1390290
novadoulaParticipantThis reply has been marked as private.March 1, 2017 at 9:20 am #1390392
JoaoModeratorHi There,
Go to Appereance CUstomizer Header and reduce the link spacing.
Hope that helps
Joao
March 1, 2017 at 9:30 am #1390402
novadoulaParticipantIs there a way to make the spacing responsive? I set it so it looked good on my computer but on a larger screen the links seemed too far from the logo.
March 1, 2017 at 11:43 am #1390651
Nabeel AModeratorHi again,
Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-navbar .desktop .x-nav>li>a>span { padding: 0; } @media (min-width: 980px) and (max-width: 1200px) { .x-navbar .desktop .x-nav>li>a>span { font-size: 12px; } }Let us know how this goes!
March 8, 2017 at 1:37 pm #1399506
novadoulaParticipantHi,
I thought this was fixed but when I rendered the site as Google, the navbar and logo were not lined up. The navbar links were under the logo, making the grey navbar much larger than intended. Any other advice?March 8, 2017 at 1:59 pm #1399533
JoaoModeratorHi There,
Please add the following code to Appereance Customizer CUstom CSS
@media (max-width: 1078px) { a.x-btn-navbar { display: inline-block; float: right; } .x-nav-wrap.mobile.collapse.in { display: block; } .x-nav-wrap.desktop { display: none; } }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1389128 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
