XenForo Navigation İcon

1

1ugur

Guest
Hello,
How do I move the Icon to the Green Area?

1680964699289.png1680964793007.png

The Code I Used

Code:

Code:
a.p-navEl-link:before, a.offCanvasMenu-link:before
{
   .m-faBase();
    text-align: center;
    display: inline-block;
    width: (20em / 16);
    margin-right: 5px;
    
}
.p-pageWrapper
{
    a[data-nav-id="xgtHtml_sayfa"]:before { .m-faContent("\f794"); }
    }

Continue reading...