PDA

View Full Version : How do I vb5


emperor17
03-21-2015, 10:26 PM
Icons here I know how to get to the left side

shimei
03-21-2015, 11:32 PM
I had the same issue. For me this worked in additional css:

#header .toolbar {
width: 400px;
}

emperor17
03-21-2015, 11:51 PM
I had the same issue. For me this worked in additional css:

#header .toolbar {
width: 400px;
}

Thanks it worked