I’m using the Header Action Hook and have a text widget in it which I’ve used ‘sidebar wrap’ to place in an absolute position.
I’d like to use a second widget within the header. Is there any way to position a second widget? The widget loads in to the header just fine, but I can’t position it. Following is the code for the first one.
}
#header .sidebar-wrap {
left: 920px;
position: absolute;
top: 3px;
}
It is my understanding that both have to be placed using the same name. (.sidebar-wrap) Searched the database but didn’t see anything on this.
Thanks! (as always)
Ed