Tagged: x
-
AuthorPosts
-
June 1, 2016 at 12:36 pm #1020467
Infilink121ParticipantWordPress 4.52
X 4.06
Cornestone 1.24As soon as I update to X 4.42 my Integrity Light Theme breaks. It loses the menu
and the site becomes narrow.
https://infilock.com/Any help on how to upgrade would be appreciated.
June 1, 2016 at 2:29 pm #1020692
Prasant RaiModeratorHello There,
Thanks for writing in!
I am unable to replicate the problem (please see screenshot). Can you please share screenshot of the issue you are facing?
Thanks.
June 3, 2016 at 6:27 am #1024016
Infilink121ParticipantI found that my child styles.css had the incorrect import path for integrity-light.css.
So my Theme is updated to 4.52 and working !There is still one related issue and that is – notice the blue menu line is offset to the left.
I did use Firebug, but I could not figure out how to get this aligned.Any suggestions would be greatly appreciated.
June 3, 2016 at 12:26 pm #1024505
JadeModeratorHi there,
Try to add this CSS in the customizer:
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-right: 40px; }Hope this helps.
June 3, 2016 at 12:45 pm #1024525
Infilink121ParticipantThank you for the suggestion, that did not work. Again, the Blue menu selector bar is not aligned with the menu names. Need the selector to move over to the right about 15px. Hover your mouse over any of the menu items and you will see that the blue bar is misaligned.
June 3, 2016 at 11:00 pm #1025208
RadModeratorHi there,
Thanks for writing in.
It’s aligned, it looks like it isn’t because your texts are longer than the width of your menu item.
The border is only limited to its element’s width, and this time, it’s the width of text container.
The solution is removing the padding and spaces, like this
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-left: 0px; padding-right: 0px; } .x-navbar .desktop .x-nav > li > a > span { margin-right: 0; }Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1020467 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
