XF 1.2 How do I move this tab!!? Help

caino

Member
9bujrfL.png

We need to move this over to the right. Anyone know how to do this? Please help, much appreciated
 
The default has it at around 931.517px to the left...

To change:

Code:
#AccountMenu {
left: 931.517px !important;
}

Adjust px. Less than 931px moves it left, more moves it right.
 
Last edited:
Top Bottom