You can make the header widget float to the right with CSS.
Example:
.widget-header {
float: right;
}
http://www.w3schools.com/css/css_positioning.asp
HI 🙂
I’ve used this to place a button in my header. My header is 120 pixels high (so is the button). but the button appears a “row” below rather than overlapping the right side of header.
Any ideas?
Thanks very much
Hi g4israel i see you message, i am also new to wordpress but maybe i know answer, i think its because margins/padding. If yours header is 120px high button cant be 120px high because you must add for ex. 3px padding or margins, try with more than 120px high header or <120px button. tell me if that work i am realy interested