XF 1.2 "Your Profile Page" on user pop down menu not aligned.

Naphta

New member
Just wondering if there would be a way to position it in line with the text above without actually using a margin.

I suppose I could add a container to the template but it seems a bit extreme.

myprofile.webp
 
Code:
#AccountMenu .menuHeader .links .fl
{
        left: 116px !important;
}

Add that to extra.css template and adjust it as needed. But kinda wondering why it isn't lined up already as the default style is.
 
Code:
#AccountMenu .menuHeader .links .fl
{
        left: 116px !important;
}

Add that to extra.css template and adjust it as needed. But kinda wondering why it isn't lined up already as the default style is.
I suppose I added some padding somewhere or something like that which it didn't like.
 
Top Bottom