great theme jwolf. shooting for a 3 column layout here, but i want to adjust the mainContent width even SMALLER than it normally is when using 3 columns (480px as opposed to 530px to be exact) but i don't want to destroy the other elements like the administration pages (blocks table, cck manage fields, etc.) which aren't resizing to the new width. other things that dont resize are cck input fields, etc...
so what i'm asking here is: besides changing width from 530 to 480 in template.php, are there any other numeric adjustments anywhere else i'd have to implement to get correct adjustment inline with your original design idea? thanks. i attached a pic of the tables getting sliced off.
| Comment | File | Size | Author |
|---|---|---|---|
| field_tables.png | 96.05 KB | aterchin |
Comments
Comment #1
jwolf commentedNope. The _get_mainContent_width and _get_sideBars_width functions are controlling the widths.
The reason why the table is getting cut off is because of (layout.css - line 29) overflow:hidden;
Comment #2
aterchin commentedSounds good to me. Thanks again.