View Single Post
  #1  
Old 09-15-2011, 02:20 AM
 
sparrowdog sparrowdog is offline
 

eXpert
  
Join Date: Jan 2007
Posts: 244
 

Default Width of left hand column not displaying the correct width

I'm redesigning a skin for a 4.1.6 shop at http://98.142.222.173/shop/ and I want the left hand column to be 168px wide. At the moment it's only 155px.

In the skin1.css stylesheet, I have set the column widths as such (below). The right column seems to be behaving, but the left one isn't.

I even tried making the width 183px to take in to account the padding-right, but it made no difference. Short of sticking a transparent image in the column that's 168 pixels wide to force the issue, what am I missing?

Joanne

.VertMenuLeftColumn {
WIDTH: 168px;
VERTICAL-ALIGN: top;
PADDING-LEFT: 0px;
PADDING-RIGHT: 15px;
}
.VertMenuRightColumn {
WIDTH: 255px;
VERTICAL-ALIGN: top;
PADDING-LEFT: 15px;
PADDING-RIGHT: 0px;
}
__________________
Version 4.1.6 to 4.1.11
Reply With Quote