neoelectrex Posted September 23, 2010 Posted September 23, 2010 How can I adjust the size of the right column to be smaller?
♥mdtaylorlrim Posted September 23, 2010 Posted September 23, 2010 How can I adjust the size of the right column to be smaller? Put smaller things in it? Really, mine adjusts for size based on the content. Larger banners results in larger column. There must be a minimum width I suppose. Just how small do you want it? Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
Guest Posted September 23, 2010 Posted September 23, 2010 The column width is defined in the application_top.php file and defaults to 125 px. You can change it in that file to whatever you would like but beware that it also changes the left column as well so if you want to have different widths on the columns you will need to define a separate width for each of them Chris
neoelectrex Posted September 23, 2010 Author Posted September 23, 2010 Ok I'm doing away completely with the right column, and I move the contents I wanted from the right column to the left column, and I want the middle column to take up the space left from the right column.
Guest Posted September 23, 2010 Posted September 23, 2010 John, If that is the case, you will need to remove this code from ALL root [catalog] files: <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.