Not sure what you’re asking for, exactly.
I think he’s trying to move the “PolyPowWow” bit above the tagline that’s positioned under it at the moment. I can’t for the life of me work out the CSS to do it either.
That’s exactly what I’m looking to do. If I reduce the font size it moves up. However, I prefer the larger font.
Okay. In your stylesheet, put:
#title { position: absolute; top: 0px; }
#tagline { position: absolute; top: 75px; }
I think that should work.
I know that it’s a bit different than topic subject, but just in case if you want merely get iNove sidebar smaller you can do the same what is described here – http://dotnetfollower.com/wordpress/2010/12/get-the-smaller-sidebar-of-inove-theme/.
Or you can download appropriate modified files from here – http://dotnetfollower.com/wordpress/projects/modified-inove-theme/
Thank you!