Quote:
Originally Posted by Hache
|
That is because the CSS code is setup for forums located at
www.yoursite.com/forum and your forum is at
www.yoursite.com/forums
Do this and it will get it fixed for you.
Goto into adminCP > Styles and Templates> Style Manager> Corporate Blue> Edit Main CSS
Now scroll to the very bottom of the page and look at the bottom box located in the box labeled
Additional CSS Definitions.
In the bottom box replace all the code with this:
PHP Code:
/* ***** Postbit Legacy layout ***** */
.pbit {
padding-left: 1px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 2px;
background-color: #F4F3FE;
border-top: 1px solid #3B5485;
border-right: 0px solid #F4F3FE;
border-left: 0px solid #F4F3FE;
border-bottom: 1px solid #3B5485;
margin-bottom: 5px;
}
/* ***** Sidecolumn ***** */
ul {
list-style: none;
margin: 0;
padding: 0;
}
img {
border: none;
}
#menu2 {
width: 200px;
margin: 0px;
border-style: solid solid none solid;
border-color: #395384;
border-size: 1px;
border-width: 1px;
}
#menu2 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#menu2 li a:link, #menu2 li a:visited {
color: #3688BA;
display: block;
background: url(forums/menu2.gif);
padding: 8px 0 0 40px;
}
#menu2 li a:hover, #menu2 li #current {
color: #3688BA;
background: url(forums/menu2.gif) 0 -32px;
padding: 8px 0 0 42px;
}
Just click save and all should be good.