Blackhorse, did you change the right to left?
Code:
#header .toolbar {
position: absolute;
right: 0; [COLOR=#FF0000]/* Change right to left for RTL */[/COLOR]
bottom: -30px;
padding: 0;
width: auto;
}



Comment