Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Left and Right Boxes keep chaning size.

Left and Right Boxes keep chaning size.

Locked

Views: 851

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
30 Jun 2007, 6:00 PM
#1
happymom avatar

happymom

New Zenner

Join Date:
May 2006
Posts:
82
Plugin Contributions:
0

Left and Right Boxes keep chaning size.

Hi,

Can someone tell me how can I fix this problem, which I assume is on my stylesheet?

I have my web page set to a fixed size of 1000px.

and everything looks good when I first load the page. It looks like this:

but when I click on "Discount Coupon", the lenght of the left and right boxes change to something larger than what I had them setup in the Admin->Store->Layout. [200px]

In Admin I have:
Store->Layout: Left Column 200 px
Store->Layout: Right column 200 px
Store->Layout: Left Column Boxes 200 px
Store->Layout: Right Column Boxes 200 px
Store->Layout: Left Status = global
Store->Layout: Right Status = global

The link to the store is:

http://www.scrapbooksgonedigital.com/STORE/index.php?main_page=discount_coupon

30 Jun 2007, 6:10 PM
#2
happymom avatar

happymom

New Zenner

Join Date:
May 2006
Posts:
82
Plugin Contributions:
0

Re: Left and Right Boxes keep chaning size.

Here is a more clear description of the problem and links.
I couldn't edit my original post because i think I took to long... but anyways...
please ignore the previous post and read this one. :smile:

Hi,:smile:

Can someone tell me how can I fix this problem, which I assume is on my stylesheet?

I have my web page set to a fixed size of 1000px.

and everything looks good when I first load the page. It looks like this:

http://www.scrapbooksgonedigital.com/MYIMAGES2/stye1.jpg

but when I click on "Discount Coupon", the length of the left and right boxes change to something larger than what I had them setup in the Admin->Store->Layout. [200px]

They look like this:

http://www.scrapbooksgonedigital.com/MYIMAGES2/stye2.jpg

In Admin I have:
Store->Layout: Left Column 200 px
Store->Layout: Right column 200 px
Store->Layout: Left Column Boxes 200 px
Store->Layout: Right Column Boxes 200 px
Store->Layout: Left Status = global
Store->Layout: Right Status = global

The link to the store is:
http://www.scrapbooksgonedigital.com/STORE/

The link to the "Discounts Coupon" page is:

http://www.scrapbooksgonedigital.com/STORE/index.php?main_page=discount_coupon

How can I change the style sheet so that the left, center and right column stay fixed?

Any help would ge greatly appreciated.:smile:
Thanks!

P.S. I'm using the barebones templates.

30 Jun 2007, 6:47 PM
#3
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,799
Plugin Contributions:
15

Re: Left and Right Boxes keep chaning size.

I have to say that I have never seen a stylesheet done as yours:shocking:

You have 16 items listed with no data and several font listings with spaces:oops:

I'm having a difficult time seeing the forest for the trees.

You'll find that the stylesheet will overrule the admin settings if there is an amount there in the css. So, look both in admin and the stylesheet for any width calls that are conflicting with each other.

Might want to start with a fresh stylesheet (back yours up) and do just one or two changes at a time. You can also get a copy of TopStyle Lite to help.

30 Jun 2007, 9:48 PM
#4
happymom avatar

happymom

New Zenner

Join Date:
May 2006
Posts:
82
Plugin Contributions:
0

Re: Left and Right Boxes keep chaning size.

Well.. that did the trick.
I found this on the stylesheet and played with it.

I put these setting on my barebones stylesheet and now the Left and Right Columns are set to 200px all of the time!!! :-) [This also matches what I put on the Admin->Layouts page. :smile:

Thank you!

/sideboxes/
.columnLeft {
width: 200px
}

.columnRight {
width: 200px