Please help if you can....
1. How can I get rid of the bar under the banner that has links to all the categories?
2. When I checkout the screen is stretched because of all the text. Is there a way to fix that?
Thanks for any help.
Please help if you can....
1. How can I get rid of the bar under the banner that has links to all the categories?
2. When I checkout the screen is stretched because of all the text. Is there a way to fix that?
Thanks for any help.
The text under the banner is called Category Tabs - you can turn that off and on in your admin area under configuration/layout settings.
The checkout I would need a URL to look at in order to help you.
Hope that helps
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.
Thanks, here is what I mean with the checkout. It seems to expand for some reason.Originally Posted by TinaS
That is interesting - it's like it has moved out of the content wrapper for some reason.
I really need to see it in action so that I can use my browser tools to help you fix it.
Can we have the URL to your store? Never mind - I found it in your sig :)
Looking now :)
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.
Hmmmm
The width of that comment box is set in the code for it (in view source it shows cols:45) but for the life of me I cannot find it in the css - I have tried adding in width for it but it doesn't fix. Did you edit the template file for this page?
I did create a dummy account to test it - just so you know - you can deliete it if you like :)
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.
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.