
Originally Posted by
dharma
Again, Great Template!
my issue is that some pages (with mods) have bullet points that appear in the left sidebox area (see jpeg) (only with Mozilla browsers, IE ok)
I need to have more space between the sidebox and the body, I can do this by increasing the size of the sideboxes in the admin, but I like it at 150px (tight to the left)
Is there a way to either make the left side box larger only on right side? or create more space between the left sidebox and body?
also........ I just installed ZC 1.3.7 are there any tweaks for SZ?, or are we good to go with SZ 1.3.6 on ZC 1.3.7?
Hi There,
That issue in your screenshot is actually an issue with the wishlist mod (I use it frequently in zen installs). Anyway, if you open up includes/templates/your_template/un_wishlist/tpl_un_wishlist_default.php, you'll see that at the top of the page it just has:
Code:
<div id="un"> <!-- begin (un) id for styling -->
It needs to be:
Code:
<div class="centerColumn" id="un"> <!-- begin (un) id for styling -->
without that "centerColumn" class, it doesn't indent like it should. You'll need to open up all of the un_wishlist files (there's a bunch, go to the un_wishlist_edit/ folder, un_wishlist_email/ folder, etc.
As for Simple_Zen and 1.3.7, it will still work, the only file affected is:
includes/templates/simple_zen/common/tpl_main_page.php
and I'll add a post regarding that in just a bit, and update the download. :-)