Hello,
i’ve created a header widget at: http://radio-smash.ch
Here is what i use in quick css:
#header .widget {
left: 42%;
padding-top: 0;
position: absolute;
top: -155px;
float: right;
transform: translate(-50%);
}
How can a put the widget at the right side at the header?
Many thanks for help!
Best regards,
Jürgen
Hey Jürgen!
If you want it on the right hand side then remove this part.
transform: translate(-50%);
Cheers!
Elliott
Wowww, many thanks!
;-) That works perfect!