Are you asking how to display widget content Horizontally in the Header Right Widget area?
If so you can define a width for the Header Right widget area first, and then make sure to float: left;
or right
the Widgets from your CSS so that every widget that is added shows up Horizontally instead of Vertical (as it designed by default).