Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Sideboxes keep adjusting position based on viewing page length

Sideboxes keep adjusting position based on viewing page length

Views: 634

Results 1 to 6 of 6
30 Aug 2012, 8:01 PM
#1
capncrunch0 avatar

capncrunch0

New Zenner

Join Date:
Aug 2012
Posts:
25
Plugin Contributions:
0

Sideboxes keep adjusting position based on viewing page length

I have some sideboxes on the left that keep repositioning themselves. Based on my testing, it seems the position changes when the page that is being viewed has different lengths. I searched the forum, but perhaps I am stating the problem more concisely here.

link: http://www.puresensebypaula.com/spa/

30 Aug 2012, 8:09 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Sideboxes keep adjusting position based on viewing page length

Sorry, not seeing the problem.

30 Aug 2012, 8:30 PM
#3
capncrunch0 avatar

capncrunch0

New Zenner

Join Date:
Aug 2012
Posts:
25
Plugin Contributions:
0

Re: Sideboxes keep adjusting position based on viewing page length

click on a page like advanced search where the length of the page is longer...

31 Aug 2012, 5:43 AM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Sideboxes keep adjusting position based on viewing page length

You have eliminated nearly all styling for your site, so the stock alignment is gone, letting the sideboxes revert to default HTML "centered" vertical alignment. /* This positions the sideboxes */ #navColumnOneWrapper{...} /* ?don't know if right? */ Try ```
#navColumnOne {vertical-align: top;}

1 Sep 2012, 7:02 AM
#5
capncrunch0 avatar

capncrunch0

New Zenner

Join Date:
Aug 2012
Posts:
25
Plugin Contributions:
0

Re: Sideboxes keep adjusting position based on viewing page length

Thank you, problem solved.

4 Sep 2012, 2:08 AM
#6
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Sideboxes keep adjusting position based on viewing page length

Just a suggestion; eliminating all of the standard Zen Cart stylesheet as you did means that a vast number of situations that have been accounted for in generally useful ways will be unset for you, and you will waste a lot of time finding ways to make them work normally, or else have odd bits of appearance in miscellaneous places. By all means prune the stylesheet of rules that are not helpful for you, but you would find life a lot easier if you used the template_default stylesheet as a base for your custom stylesheet... and you would not have to bother us to help restore the styles you deleted.