Quote:
Originally Posted by magrabe
HI
I currently use the fluid version of Back 2 Basics template !!
|
Hello,
If you are using the fluid one you probably have large font size or a lot of text to display.
You can change the classes below so that they can have a sum of 100% width.
For example:
/*This is the "Title / Thread Starter" column*/
.threadbit .threadinfo { width:62%; }
/*This is the "Replies / Views" column*/
.threadbit .threadstats { width:15%; }
/*This is the "Last Post By" column*/
.threadbit .threadlastpost { width:23%; }
Add the above at the bottom of additional.css and change the numbers to those you prefer.
Thank you!