Where can I find the code to modify the infobox width and position?
This is a discussion on Infobox width and position within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Where can I find the code to modify the infobox width and position?...
Where can I find the code to modify the infobox width and position?
in includes/aplication_top.php find these lines:
// customization for the design layout
define('BOX_WIDTH', 160); // how wide the boxes should be in pixels (default: 125)
Here can change the width of the boxes.
About the position must edit includes/column_left.php and column_right.php
Bookmarks