caino Member Jan 21, 2014 #1 We need to move this over to the right. Anyone know how to do this? Please help, much appreciated
P Paul B XenForo moderator Staff member Jan 21, 2014 #2 Which tab? The user account tab? You will need to edit the navigation_visitor_tab template. Upvote 0 Downvote
caino Member Jan 21, 2014 #3 Yeah the user Tab that drops down, still having trouble finding this. it has got to be moved over Upvote 0 Downvote
Sheldon Well-known member Jan 21, 2014 #4 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: Jan 21, 2014 Upvote 0 Downvote
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.
Sheldon Well-known member Jan 21, 2014 #5 To move up or down: Code: #AccountMenu { top: 75px !important; } That's default, adjust to suit. Upvote 0 Downvote