Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / navColumnTwo (right side) not aligning correctly

navColumnTwo (right side) not aligning correctly

Locked

Views: 857

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
18 Mar 2008, 4:31 PM
#1
dmserley avatar

dmserley

New Zenner

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

navColumnTwo (right side) not aligning correctly

my site is using a basic 3 column layout. The right column is a few pixels too high. which tpl_ page do I edit to tweak this?

live site: http://www.studiofibonacci.com

thanks,
DMSerley

18 Mar 2008, 4:40 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: navColumnTwo (right side) not aligning correctly

No tpl file at all

Grab your atylesheet.css file and find .leftBoxContainer
Edit add the following highlighted:

.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}
18 Mar 2008, 5:00 PM
#3
dmserley avatar

dmserley

New Zenner

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

Re: navColumnTwo (right side) not aligning correctly

Kobra,
sweet! I knew it was going to be a minor fix. thanks so much!

DMSerley