Tagged: x
-
AuthorPosts
-
March 27, 2017 at 12:26 pm #1421923
My header is not responsive.
From resolutions 1280 x 800 and higher it is working great.
But for resolutions below that, it is crunching the header. I have looked at other posts and have tried a few things, but does not seem to work. I would appreciate some help. I am attaching a screen shot of the header. This is a big issue for me, since some of my users use devices that have a resolution below 1280 x 800.
Thanks for your help.
March 27, 2017 at 1:33 pm #1421996Hi there.
Thanks for writing in! it’s because you are not using logo rather text which is taking lots of space and simply there is no enough room for the menu items since the font-size is big as well. You can add this under Custom > CSS in the Customizer.
@media only screen and (min-width: 980px) and (max-width: 1230px) { .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-left: 10px; padding-right: 10px; font-size: 12px; } .x-brand { margin-top: 30px; font-size: 28px; } }
Hope this helps.
Cheers!
March 28, 2017 at 8:31 am #1423000Thanks for your response. It worked perfectly.
March 28, 2017 at 2:54 pm #1423395Glad to hear it,
Cheers
-
AuthorPosts