Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / sidebox not aligned properly

sidebox not aligned properly

Locked

Views: 996

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Sep 2007, 9:52 PM
#1
maclean avatar

maclean

New Zenner

Join Date:
Feb 2006
Posts:
57
Plugin Contributions:
0

sidebox not aligned properly

Hi gang,

Any thoughts as to why my left sidebox doesn't lign up with the left edge of my banner? Seems like there's a simple answer to this but it escapes me at the moment.

https://www.reelasian.com/boxoffice/

Cheers!
Sara

28 Sep 2007, 11:43 PM
#2
gjh42 avatar

gjh42

Black Belt

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

Re: sidebox not aligned properly

Some extra padding or margin would cause this behavior.

#navColumnOneWrapper, #navColumnTwoWrapper {
	/*margin-left: 0.5em;*/
	margin-right: 0.5em; /*this is causing extra inset on the right*/
	}
	
.category-links, .sideBoxContent {
line-height: 1.9em;
margin-left: 1.1em; /*this is causing extra inset on the left*/
margin-right: 1.1em;
}
29 Sep 2007, 2:42 PM
#3
maclean avatar

maclean

New Zenner

Join Date:
Feb 2006
Posts:
57
Plugin Contributions:
0

Re: sidebox not aligned properly

Thank you, worked like a charm!

-S