Edwin

Customer
When selected navigation icons above, the navigation looks like the second screenshot .

1596894264527.png


1596894297646.png
 
This is already fixed in either the 2.2 Beta 1 or our next 2.2 release. Not sure when it broke as it was working fine before :).


I believe this in extra.less should adjust it for you now:

Code:
.p-nav-list .p-navEl a.p-navEl-link:before { display: block; }
 
Everything is looking as before except te W for wiki, use this code:
Code:
:before  {.m-faBase('Brands') !important; .m-faContent(@fa-var-wikipedia-w) !important;}
What the right code for it?
 
Bit strange... I'm not exactly sure it's doing that on your site.

For now, you could add some extra.less:

Code:
.p-nav-list .p-navEl a.p-navEl-link[data-nav-id="xa_ams"]:before {
    height: 28px;
    line-height: 28px;
}

I'll need to dig into it a bit more when I have some more time.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back