thanks for your reply
you remind me of the :before selector
but the one that actually worked was the :after Selector
.x-sidebar .h-widget:after{
position: absolute;
right: 0px;
}
.x-sidebar .h-widget{
position: relative;
font-weight:600;
letter-spacing:0px;
word-spacing:0px;
float:right;
width:100%;
font-size:16px;
padding-right: 25px;
}