Forums

Join
bbPress Support ForumsThemesMoving the forum title without moving the tagline.

Info

Moving the forum title without moving the tagline.

  1. I'm having the hardest time moving up my forum title up without moving anything else up. I'm using the inove template. My url is http://www.polypowwow.com. Any help would be great, thanks.

  2. Not sure what you're asking for, exactly.

  3. 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.

  4. That's exactly what I'm looking to do. If I reduce the font size it moves up. However, I prefer the larger font.

  5. Okay. In your stylesheet, put:

    #title { position: absolute; top: 0px; }
    #tagline { position: absolute; top: 75px; }

    I think that should work.

  6. Perfect, thanks!

  7. 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!

  8. You must log in to post.