Zen Cart Logo

Css and Colors

Locked

Views: 1,705

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
11 Jun 2006, 7:29 PM
#2
eranbes avatar

eranbes

New Zenner

Join Date:
Jan 2006
Posts:
9
Plugin Contributions:
0

Re: Css and Colors

thank you for your response.
that is wierd,when I open firefox I see the same problem.(ver 1.5.0.4)

about the JS error , how can you tell ?
all I get is : error on 11 object expected... :-)

another question if I may :
is there a way to debug the application?

thank you very much .

Eranbes.

11 Jun 2006, 8:10 PM
#3
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,593
Plugin Contributions:
0

Re: Css and Colors

You don't need a hack - you are atrtching the center of the page wider than the template is designed for. I believe the Google ads are the problem.

12 Jun 2006, 5:46 AM
#4
eranbes avatar

eranbes

New Zenner

Join Date:
Jan 2006
Posts:
9
Plugin Contributions:
0

Re: Css and Colors

That is what I have discovered last night .
Google Ads is really the problem.
The thing is , I want to use it .
I actually used it in 1.2.7 ver with no problem at all .
Any suggestions?(without going back to 1.2.7)?

Thank you .

Eranbes.

12 Jun 2006, 5:50 AM
#5
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,593
Plugin Contributions:
0

Re: Css and Colors

Try another part of your page instead of advertising your competitors where your customers are going to be buying.

12 Jun 2006, 7:13 AM
#6
eranbes avatar

eranbes

New Zenner

Join Date:
Jan 2006
Posts:
9
Plugin Contributions:
0

Re: Css and Colors

:-)
My business model is different then the usual one.
Is there any other way?

thanks.

Eranbes.

17 Jun 2006, 9:02 AM
#7
eranbes avatar

eranbes

New Zenner

Join Date:
Jan 2006
Posts:
9
Plugin Contributions:
0

Re: Css and Colors

Hi all,
First of all I would like to thank you all for your help.

I have managed to fix my problem, the solution was simple :

  1. stylesheet_new.css file :
    • found #mainWrapper class
    • changed "width: 750px" to "width: 800px"
  2. stylesheet.css file (my original one)
    • found centershop class.
    • removed "position: relative;"
    • changed : "width: 750px !important;" to "width: 100% !important;"

I really don't know if that is the right approach , but it solved
my problem.

thanks.

Eranbes.