How do I make this widget go all the way to the right of the page without breaking the line of type. I can not get it to site flush right to the right side of the page.
Hey Peter!
Thanks for reaching out to us!
Try the following CSS:
#header_main .textwidget {
margin-right: -250px;
}
Just increase the negative value to put it more to the right if you wish. Place this code in the Quick CSS field under the General Styling tab in the theme options.
Cheers!
Jordan