Hi to all,
i want to ad the following css command to the position-0.
I try these in the custom.css but it dont take effect.
.position-0
{
text-align: right;
display: inline;
left: 100%;
margin-left: -300px;
position: absolute;
top: 3px;
width: 200px;
height: 20px;
z-index: 101;
}
how can i do that?
regards
Michael