I’ve figured out a fix on my site. I’m running a sidebar on the leftside. I pulled the get_sidebar call up from the bottom of sp_index to the top of the file… basically how the theme is designed.
What I did to get the single image page to show up correctly is this: As I thought, it was a positioning problem. There is a ID called ‘single’ that has no positioning. I added a float:right to it and viola! everything is looking nice… even in IE ??
here’s the line that I changed:
#spg #single {
float: right;
padding:3px;
border:1px solid #aaa;
/*-moz-border-radius:5px;*/
background:#ddd;
If you’re having problems with the single image page, take a look at this line and play around with it… might work.