SGI Fusion & Die Chaoten » PHP-Fusion v7.02.xx » Templates v7.02.xx

 
Kiss FM Panels
tomip2502
Halli hallo, ich verzweifele.......

Wie kann ich die panels etwas schmaler bekommen.
Hatte sonst nie solche Probleme :-)

Muss aber auch zugeben bin nicht gerade Profi.

Hoffe es kann mir jemand helfen

LG Thomas
Information:
PHP Version: Nicht ausgewählt •  MySQL Version: Nicht ausgewählt •  PHP-Fusion: Nicht ausgewählt
 
Septron
Hallo,

das Template war nur für den linken oder rechten panel gebrauch gedacht ansonsten mal die theme.php durchsuchen nach:

ca. zeile 54 - 58


echo "<table cellpadding='0' cellspacing='0' width='1048' align='center' class='content'><tr>\n";
   if (LEFT) { echo "<td class='side-border-left' valign='top' width='340'>".LEFT."</td>"; }
   echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
   if (RIGHT) { echo "<td class='side-border-right' valign='top' width='340'>".RIGHT."</td>"; }
   echo "</tr>\n</table>\n";


zu bearbeiten ist dieser bereich:

ca. zeile 55:


if (LEFT) { echo "<td class='side-border-left' valign='top' width='340'>".LEFT."</td>"; }


und ca. zeile 57:


if (RIGHT) { echo "<td class='side-border-right' valign='top' width='340'>".RIGHT."</td>"; }


einfach mal testen ;)

lg Septron
Information:
PHP Version: 8.1.x •  MySQL Version: 5.5 •  PHP-Fusion: IUP-FIX-PHP8
 
Springe ins Forum: