XF 1.4 how to move logout

Brad P

Well-known member
afternoon chaps, how do i move the logout button next to the show online status, picture below
 

Attachments

  • Screenshot (15).webp
    Screenshot (15).webp
    73.9 KB · Views: 12
Not sure if this is the best way, but you can do this:
View attachment 114624
That solve the issue.
PHP:
#AccountMenu .menuColumns a { 
width: 114px;
}
perfect thank you so much, i have another problem, how do i make the light grey/black boarder go to the end of the navbar on the right side of the visitor tab to cover that black paet? pic below
 

Attachments

  • Screenshot (16).webp
    Screenshot (16).webp
    71.8 KB · Views: 7
For reference, @Brad P, that's where it should be by default. It looks like it was a style issue.

If you take a look at the template it's in on the default style and compare it to your template before you moved it (and likely even now), you should be able to see what's different.
 
For reference, @Brad P, that's where it should be by default. It looks like it was a style issue.

If you take a look at the template it's in on the default style and compare it to your template before you moved it (and likely even now), you should be able to see what's different.
Thanks mate. That's correct. :)
 
Top Bottom