PDA

View Full Version : Modifying New Section


sammyman
10-05-2007, 02:29 AM
1. I was wondering how to add a picture in the news section on the right of each post. I can do that now, but it pushes all of my text down.

2. How do I make the news titles bigger? I want to customize the headers on my site, but only for the news section.

3. How do I add a little padding to the news section only?

Thanks!

Brian
10-05-2007, 07:02 AM
1). This (http://www.vbadvanced.com/forum/showthread.php?t=19758) is probably the easiest way to align your images.

2). You would need to edit your 'adv_portal_module_wrapper' template and wrap an <if condition> around the $mods[title] variable that looks something like this:
<if condition="$mods['identifier'] == 'news'"><div style="font: 15px">$mods[title]</div><else />$mods[title]</if>

3). You could do that by editing your 'adv_portal_newsbits' template and adding some padding to the main <td> tag there.