Try lowering the right side padding here in your stylesheet.css and if you have to, the width:
Code:#navMain a span {
cursor:pointer;
display:block;
float:left;
padding:7px 15px 10px;
text-align:center;
width:90px;
}
Printable View
Yea I know. I re-installed a new, unmodified, copy and have the same problem. I am migrating to this template from the "Clean Business" template, which worked fine. I can't figure out what would be causing this. I thought mabe the ultra large logo. But the smaller "cherry" logo does the same. I put all the columns back to default and everythings the same. Re-uploaded the whole template again and left unmodified and was still having this problem. It does this on the "main_page=product_reviews_info" page as well. This is the only 2 I can find so far. What do these 2, and only these 2, have in common that I'm not picking up on?
Thanks
Jeremy
Well, this is a tough one, at least for me. A quick fix would be to turn the right side column off when you go to the shopping cart.
Do this in the includes/templates/cherry_zen/common/tpl_main.page.php
Look for:add the code in red to that line and when they go to the shopping cart, it will shut off the left column and come back on if they continue to shop.Code:// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'account_history_info,login,shopping_cart,checkout_payment,checkout_confirmation,tracker,no_account,list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_left = true;
I would need to see your php files in order for me to fix it. It has to be something wrong in one of your php files, but which one, I do not know as I am unable to duplicate it here, but I have verified your css is fine.
JT
}
This doesn't change the cart page at all. both columns are still displayed. Both columns are displayed in the review page as well but differently now http://www.bedsideplaythings.com/ind...3&reviews_id=2
It's really kind of you to take all this time to help me. I really do appreciate it. Validating it it seems as though there's a couple of tables broken but I just can't pinpoint where exactly it is.
Jeremy
JT - thanks so much, you solved my problem! :)