Hi all, I would like to move and fix my Text widget to the right side of the browser (the same way I did moved my Search widget to the bottom), but for the life of me I can't figure out what the proper selector is! I tried the following code based off what I have for my search widget, but it didn't work:
#textwidget {
position:fixed;
top:250px;
z-index:100;
right:190px;
}
#textwidget .widget-title {
display:none;
}
I also tried #textwidget-1, #textwidget-2 and #textwidget-3 as selectors, but they didn't work.
Any help would be greatly appreciated, thanks!
The blog I need help with is notchangingmyname.com.