Quote:
Originally Posted by Creasey
Is there away to make the feed cover the width of the box? Am I missing something?
How many rows across for $myfeeds variable? is set to 1 right now
|
1 is the correct setting for the number of feeds. That will give you a column of feeds. The problem is in how the style sheet is apply the padding to the list that the feeds are in.
Here's a fix for now.
In the file abouttoday.php, around line 1564 AND 1568
FIND:
PHP Code:
$dtodayx = "<ul class='smallfont' ul class='smallfont'>
REPLACE WITH:
PHP Code:
$dtodayx = "<ul class='smallfont' ul class='smallfont' style=\"margin-left:-20px\">
Do the same thing in the file includes/cron/cron_abouttoday.php on lines 273 AND 277. You may need to adjust the value of margin-left to get the optimum look for your board.