So I'm trying to change the css for the affiliate.
I notice that it calls:
<link rel="stylesheet" href="{$SkinDir}/skin1.css" />
So in the affiliate page I found this in webmaster mode.
<td class="VertMenuLeftColumn">
Good. It gave me a place to start looking in the css.
But it tells me to look here:
.VertMenuLeftColumn {
VERTICAL-ALIGN: top;
PADDING-LEFT: 6px;
PADDING-RIGHT: 20px;
}
