Tagged: x
-
AuthorPosts
-
November 9, 2016 at 6:43 pm #1250811
sosmondParticipantI have styled a smaller menu to fit on smaller screen resolutions like landscape Ipad.
http://jeffdillon.involve.media/portfolio/using font size and letter spacing but I also would like to reduce the navbar top link spacing. Can you help me with that please.
@media (min-width:979px) and (max-width:1120px) { .x-navbar-static-active .x-navbar .x-nav > li > a, .x-navbar-fixed-top-active .x-navbar .x-nav > li > a { font-size: 1.3vw!important; letter-spacing: 1px; } }November 9, 2016 at 10:48 pm #1251144
RupokMemberHi there,
There is no topbar on your given site. Would you clarify a bit that what you are trying to achieve?
Cheers!
November 10, 2016 at 9:31 am #1251832
sosmondParticipantHi, I was not referring to the topbar rather the navbar. I would like to adjust the “navbar top link spacing” in layout (screenshot) but only for mobile as I did with letter-spacing in my code sample.
November 10, 2016 at 11:34 am #1251998
JoaoModeratorHi There,
You can use margin-top: 0px; inside the same code.
Hope that helps
Joao
November 10, 2016 at 12:21 pm #1252060
sosmondParticipantI tried margin-top: 0px; and it did nothing. I want to reduce the space between menu items like in customizer navbar top link spacing.
November 10, 2016 at 4:22 pm #1252363
JadeModeratorHi there,
Please try this:
@media (min-width: 767px) and (max-width: 1080) { .x-navbar .desktop .x-nav > li > a { padding-left: 15px; padding-right: 15px; } }Hope this helps.
November 10, 2016 at 8:59 pm #1252705
sosmondParticipantThank you, I changed the widths a little but the padding is what I needed.
November 10, 2016 at 11:03 pm #1252804
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1250811 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
