No I did not edit the template file for that page what/where is it?Originally Posted by TinaS
No I did not edit the template file for that page what/where is it?Originally Posted by TinaS
The template file is in includes/templates/YOUR_TEMPLATE/templates
There are 5 files that define checkout pages :
tpl_checkout_payment_address_default
tpl_checkout_payment_default
tpl_checkout_shipping_address_default
tpl_checkout_shipping_default
tpl_checkout_success_default
But if you haven't already edited any of those, I cannot see where that would be the issue.
I bet it is something that I just didn't pick up in your css - but the template files are worth a shot ;)
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
Alright, I'll try that. Thanks for the help.Originally Posted by TinaS
I was able to fix it, in the stylesheet_original.css I edited this
TEXTAREA {
width: 600px;
font-size: 11px;
}
It was at 900px so that is why it was stretching out.