Tagged: x
-
AuthorPosts
-
August 10, 2016 at 10:23 pm #1126657
Simon TParticipantHey guys, my website snaposweb.com.au looks fine on a computer, but on my Mac the Navbar items are dropping off. Any suggestions?
August 11, 2016 at 2:31 am #1126845
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
@media only screen and (min-width: 980px) and (max-width: 1500px) { .x-brand img { width: 350px; } .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { font-size: 14px; padding-left: 10px; padding-right: 10px; } .x-navbar .desktop .x-nav > li > a { padding-top: 45px; } } @media only screen and (min-width: 980px) and (max-width: 1169px) { .x-brand img { width: 220px; } }Hope this helps.
August 11, 2016 at 9:36 pm #1128191
Simon TParticipantAugust 12, 2016 at 1:25 am #1128375
RupokMemberHi there,
It seems you are checking below the screen size 1024px. Let’s add this as well then :
@media only screen and (min-width: 980px) and (max-width: 1023px) { .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { font-size: 12px; } }Hope this helps.
September 28, 2016 at 5:43 am #1193669
Simon TParticipantThis reply has been marked as private.September 28, 2016 at 6:20 am #1193718
ChristopherModeratorHi there,
Please update this code :
@media only screen and (max-width: 1500px) and (min-width: 980px){ .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { font-size: 14px; padding-left: 10px; padding-right: 10px; } }To :
@media only screen and (max-width: 1500px) and (min-width: 980px){ .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { font-size: 13px; padding-left: 10px; padding-right: 10px; } }Hope it helps.
September 28, 2016 at 6:55 am #1193750
Simon TParticipantHi Christopher,
Nope, still doesn’t work. Surely there is a way to have the header scale to any size?
September 28, 2016 at 7:36 am #1193790
Paul RModeratorHi Simon,
This method will require a lot of adjustments and media queries.
What we can do is to make the mobile button appear earlier.
Kindly replace the codes provided above with this.
@media (max-width: 1575px) { .x-nav-wrap.desktop { display:none; } .masthead-inline .x-btn-navbar { display: block; float: right; } .x-nav-wrap.mobile { display:block; } .x-nav-wrap.mobile.collapse { display: none; } .x-nav-wrap.mobile.collapse.in { display: block; } }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1126657 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
