Quote:
Originally Posted by LEAD_WEIGHT
njoker555 did you add to Additional Cascading Style Sheetings and edit spacer_open in that style. Plus did you edit in 'Sizes and Dimensions' for message area & code and then run update counter.
|
yes i did - but these were already in the additional cascading style sheet - in the bottom text box, so i just put the addition there, this is what it already had:
Code:
.menu {
padding-left: 10px;
font-size: 8pt;
color: #FFFFFF;
border-left: 2px solid #1E1E1E;
border-right: 2px solid #1E1E1E;
}
.menu a:link, .menu a:visited, .menu a:active {
font-size: 8pt;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
.menu a:hover {
font-size: 8pt;
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
and i added this under it:
Code:
.spacer-open { padding: 0 25px; }
.spacer-open .spacer-open { padding: 0; }
i dont know if thats the problem