PDA

View Full Version : Game title font size


xparte
11-14-2006, 02:10 AM
Hi!

I've just installed the ibProArcade and I'm just messing around with the layout now.

Seems to be going well, but the one thing I can't seem to find/figure out is how to change the font size of the game titles in the list.

I'm using the ibP skin and it's a bit of a pain for longer game titles as it puts the second part of the title on a new line.

Can someone point me in the right direction please?

Thanks!

MrZeropage
11-14-2006, 10:11 AM
/arcade/skin/

xparte
11-14-2006, 09:45 PM
Hi MrZeropage,

Thanks, that's what I've been editing though.. the skin files.

The problem is I can't seem to figure out which part actually affects the font size of the game titles.

Is it something very simple that I'm just missing here?

Can you tell me which code area I should be looking at please.

Thanks!

MrZeropage
11-15-2006, 06:08 AM
look in function row( for
<tr>
<td class="tcat">
<b>{$entry['gtitle2']}&nbsp;</b>
</td>
</tr>

xparte
12-03-2006, 02:01 AM
Thanks MrZero! It worked :)

Sorry for the late reply, have been away overseas and only just got back..