Posted June 16th 2013, 5:50 pm
it's just about the widgets covering the forum, i don't know how it displays on other computers, but if i change the resolution on my laptop they start covering the body and i don't know what's wrong.
i added the exact same codes that you, mark, provided me on fm-help and it worked fine before
i have this codes:
- Code:
.bodyline{
border-right: 25px solid #308084;
border-left: 25px solid #308084;
border-top: 0px solid #fff;
border-bottom: 0px solid #fff;
max-width: 900px!important;
min-width: 900px!important;
position: absolute!important;
}
.bodylinewidth {
margin-right: 511px;
}
#content-container div#left {
position: fixed;
top: 0;
left: 5;
height: auto;
width: 250px;
border-right: 15px solid #3da0a5;
}