Ambient Lighting Spacing Issue

cereal_killer

New Member
Hey guys, specifically The Prophet <3

Was wondering what the style var or where I'd need to edit to make more space where the description of a forum/category goes.

See the image for an example....

de1efa361fe4ea1b28e1149a712a0e5b6g.jpg


Thanks in advance!
 
TheProphet said:
To make it higher or move more to the right?

I want to put more space between where the forum/category title is and the description below. See how the description kinda dips into the area below? Thats what I wanna change...thanks again Prophet, love the theme and adoring the help

Thanks again
 
Search for gradient_tcat in template #forumhome_forumbit_level1_nopost.

PHP:
Line 1: <td width="5"><img border="0" src="$stylevar[imgdir_misc]/images/gradient_tcatleft.gif" width="6" height="25" alt="" /></td>

Line 2: <td width="5"><img border="0" src="$stylevar[imgdir_misc]/images/gradient_tcatright.gif" width="5" height="25" alt="" /></td>

You see you have to edit 2 lines.
Make it to your height needs.... now make the gif images the height you specified for your need.

Let me know if this works ok...
 
TheProphet said:
Search for gradient_tcat in template #forumhome_forumbit_level1_nopost.

PHP:
Line 1: <td width="5"><img border="0" src="$stylevar[imgdir_misc]/images/gradient_tcatleft.gif" width="6" height="25" alt="" /></td>

Line 2: <td width="5"><img border="0" src="$stylevar[imgdir_misc]/images/gradient_tcatright.gif" width="5" height="25" alt="" /></td>

You see you have to edit 2 lines.
Make it to your height needs.... now make the gif images the height you specified for your need.

Let me know if this works ok...

It seems to change the areas I'm having trouble with but I have yet to find the right combination. Thanked!
 
Back
Top