Thread: Edit Theme
View Single Post
  #2  
Old 15th September 2014, 10:53
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
Find statusbar-container on line 723 in 1.css you should see something like this:
Code:
.statusbar-container {
    position: absolute; z-index:999999;
    right: 0;
    top: 10px;
    padding: 8px 8px 16px 25px;
    width: 239px;
    height: 26px;

}
this code will be the main frame to move that frame for usermenu.
Reply With Quote