Dear alchymyth,
Thank you! You just saved me so much trouble – and I feel a little foolish. Things were not working because of that missing } and I didn’t know the effect that would have, so I didn’t think to look for it. I’m new!
In cae any one else is looking – in the forums, I found several different options, and this one worked well:
#page {
clear: both;
max-width: none !important;
overflow: hidden;
padding: 0;
width: 690px !important;
}
#primary {overflow: hidden;}
.entry-content {width: 100%; clear: both; overflow: hidden;}
.alignright{float: right;}
.alignleft{float: left;}
Again, thank you! Thank you!
Sorry – wasn’t clear above – I found something that worked in Firebug but not when I tried to actually apply it to my site using the child theme. Thanks!