Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / contentMainWrapper wider on one page

contentMainWrapper wider on one page

Locked

Views: 1,343

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Oct 2007, 6:04 PM
#1
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

contentMainWrapper wider on one page

Hi folk,

Just yesterday I added my very first EZ-page. You can get to it by going to the wholesale site below (in my sig) and clicking the Order Forms link at the bottom-left. See the width of the bread-crumbs? My Firefox add-ins tell me that that's within the main div contentMainWrapper. This div is wider on this EZ-page than on any other page on the site. Why is that? And what can I do to fix it?

TIA

Rob

9 Oct 2007, 6:53 PM
#2
rufus avatar

rufus

Zen Follower

Join Date:
Sep 2007
Posts:
214
Plugin Contributions:
0

Re: contentMainWrapper wider on one page

Hi Rob,

Its this css block pushing it out

.home-img {
height: 1%;
width: 625px;
text-align: left;
margin-left: 25px;
}

if you change the width to 600 the problem goes away.

9 Oct 2007, 7:27 PM
#3
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: contentMainWrapper wider on one page

:oops:

That's what I get for copying and pasting code.

Thanks!

Rob