Zen Cart Logo
Forums / Addon Templates / A little bug with blue highlites template, help please

A little bug with blue highlites template, help please

Locked

Views: 2,546

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
22 Aug 2008, 10:40 PM
#1
asktrama3 avatar

asktrama3

New Zenner

Join Date:
Aug 2008
Posts:
3
Plugin Contributions:
0

A little bug with blue highlites template, help please

Hi,

first of all, hello is my first forum post :wink:

Well, the question.

I have installed the Zencart without problem and the template blue highlites, i like this colors :P

But seems that this template have a bug :frusty:

When I am testing and buy any product, when I go to pay it all seems all right:

[IMG]http://img366.imageshack.us/img366/9453/goodut5.th.jpg[/IMG]

but in step 2, look at that:

[IMG]http://img84.imageshack.us/img84/7485/badcx7.th.jpg[/IMG]

This spaces in blank to the right and left. In the step 3 the same one.

How can I fix this?

Thanks and sorry for my bad english (I'm from Spain)

23 Aug 2008, 12:32 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: A little bug with blue highlites template, help please

Maybe it's me, but any time anyone posts images here, especially from imageshack, they're so small I can't see what the poster is talking about.

asktrama3 - could you post a link to your site?

23 Aug 2008, 4:45 PM
#3
asktrama3 avatar

asktrama3

New Zenner

Join Date:
Aug 2008
Posts:
3
Plugin Contributions:
0

Re: A little bug with blue highlites template, help please

It's normal dude, this is a miniature of the image, if you check it is clickable:

This is good disposition of the text:

and in step 2 the tables going crazy as you can see:

My website is here: http://assoparts.com/zencart/

I try to contact with the author of the template but his web is offline: :cry: http://jawcs.com/

Thanks for your time, I need help:blush:

29 Aug 2008, 9:33 AM
#4
asktrama3 avatar

asktrama3

New Zenner

Join Date:
Aug 2008
Posts:
3
Plugin Contributions:
0

Re: A little bug with blue highlites template, help please

Anybody can help me, please?

I can open my store cause this ugly bug :no:

help me!!:blush:

29 Aug 2008, 12:11 PM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: A little bug with blue highlites template, help please

Three hundred pixels of padding will screw up any page:

In your stylesheet:

**#checkoutConfirmDefault{
padding-right: 150px;
padding-left: 150px;
}

#checkoutPayment{
padding-right: 150px;
padding-left: 150px;
}

#createAcctDefault{
padding-left: 150px;
padding-right: 150px;
}**