Log in

View Full Version : Theme assistance


DAMINK
05-13-2012, 03:41 AM
I created a theme from within VB Style Generator.
I want to know how i would control the size of the columns?

http://www.ftw.net.au/fileuploads3/13368875927275_theme.png

Notice where the replies are that could be thinner and the one containing the post info could be wider.
Can this be easily manipulated?

borbole
05-13-2012, 12:24 PM
You will have to do some css edits for that. Use the firebug tool and it will tell you exactly what classes/ids to change.

DAMINK
05-13-2012, 09:05 PM
Thanks borbole.
Ya know i only started using firebug yesterday and locating things i need to edit.
Remarkably easy to use and makes life so much easier.
I will give it a go and see if i cant break.... i mean fix it :D
Cheers.

--------------- Added 1336967806 at 1336967806 ---------------

From what i can tell its this?


.threadbit .threadstats {
padding-top: 8.74px;
width: 15%;
word-wrap: break-word;
}

Yet changing that percentage does not change anything lol.
Am i missing the beat here?

Fixed it. Had to run inside a table to stop IE being a ++++.

borbole
05-14-2012, 02:34 PM
Glad to hear that you got it solved. Firebug is a very handy tool.