Zen Cart Logo
Forums / General Questions / Having small EZpages issue. Please Help.

Having small EZpages issue. Please Help.

Locked

Views: 611

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
28 Jul 2010, 12:50 PM
#1
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Having small EZpages issue. Please Help.

I'm having trouble with the center content width in my EZpages. I don't understand why I can't put the same size images there that I do on my homepage.

If you look at my homepage here http://www.coffinwear.com and at the EZpage I'm trying to use here http://coffinwear.com/index.php?main_page=page&id=93, you will see that I'm trying to use the same number of images across (4) but EZpages is not letting me. I'm pretty sure it has something to do with the CSS but I'm unable to find what to change.

Thank you for any help.

28 Jul 2010, 12:56 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Having small EZpages issue. Please Help.

For some reason, the right sidebox column (navColumnTwo) is displayed on the ezpage, but not on the index page, and is taking up space.

Is that turned off globally in admin ?

28 Jul 2010, 1:01 PM
#3
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Re: Having small EZpages issue. Please Help.

Great call Stevesh. I've been pulling my hair out over that one. I really appreciate the help.

28 Jul 2010, 1:06 PM
#4
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Re: Having small EZpages issue. Please Help.

Can you explain one other thing? Why can't I move my content up to be level with my sideboxes?

28 Jul 2010, 1:41 PM
#5
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Re: Having small EZpages issue. Please Help.

I figured it out. I had to add .centerColumn {padding-top: 0em;} to the CSS and it brought up the center column and it was level with the sideboxes in EZpages but not on the homepage. So I added #indexDefaultMainContent {margin-top: -0.4em;} to the CSS and it worked out on the homepage.