The Post/Zip Code: entry box is off to one side in the Shipping Estimator portion of my shopping cart. Where do I look to fix this?
www.thecablestation.com
The Post/Zip Code: entry box is off to one side in the Shipping Estimator portion of my shopping cart. Where do I look to fix this?
www.thecablestation.com
Bump - Anyone?
Bump Bump
Assuming this is the code that I should be looking at I don't see anything that would make it display wrong.
PHP Code:<?php
if(CART_SHIPPING_METHOD_ZIP_REQUIRED == "true"){
?>
<label class="inputLabel"><?php echo ENTRY_POST_CODE; ?></label>
<?php echo zen_draw_input_field('zip_code', $zip_code, 'size="7"'); ?>
<br class="clearBoth" />
<?php
It looks OK to me in IE7 & 8 and Firefox.
I think I found the problem. I am using a 24" widescreen monitor @ 1920x1200. If I scale the browser down it displays correctly. It only jumps when I maximize my display.
Thanks
Edit /includes/templates/cherry_zen/css/stylesheet.css and find the selector label.inputLabel and change
toCode:width: 90%;
Code:width: 11em;
Outstanding lat9! Thanks so much.
No problem, micmed, I'm glad that helped.
Love your tagline!