Log in

View Full Version : Edit Placement Of Forumhead Text


Joraala
09-20-2010, 06:56 PM
Hey, I need to move my forumhead text over a little bit because of my style.
I need to know where to edit this, tried a few things but would just like to get some help.

Here is a picture if you don't get 100% what I mean.

https://vborg.vbsupport.ru/external/2010/09/30.jpg

Thanks!

Attitude5ire
09-21-2010, 02:51 AM
Find : .forumbit_nopost .forumhead h2, .forumbit_post .forumhead h2
in forumbits.css

and increase margin-left value.

Joraala
09-21-2010, 05:56 AM
Find : .forumbit_nopost .forumhead h2, .forumbit_post .forumhead h2
in postbit.css

and increase margin-left value.

Thanks man, but for anyone else trying to do this and finds this thread you need to do a couple more things. First off it's in the forumbits.css file, and when you make the left side higher, you need to put the right side (the code right under it) in the negative pixels. Right now I have it at left:15px, and right:-15px. If you don't have the negative pixels, the "Last Posts" will go down and extend your forumhead and make it ugly.

Anyways, thanks for the help.