XF 2.2 Navigation İcon

1ugur

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

1680964699289.webp1680964793007.webp

The Code I Used

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"); }
    }
 
Top Bottom