So I've been trying to add an old code there was on my forum before i deleted it all and changed the version to punbb.
I've been trying to adjust til to the new forum with out any luck.. so I was wondering what i'd possible done wrong.. ? Oo
- Code:
/**
* FA.BEGIN Two-Column Categories
*/
.wrapper {
min-width: 1185px;
}
.cat_bar + .main-content tbody {
overflow: hidden;
}
.cat_bar + .main-content .statused > tr {
display: block;
width: 45%;
margin: 2.5%;
float: left;
box-sizing: border-box;
background-color: #e6e6e6;
border: 1px #ccc solid;
position: relative;
}
.cat_bar + .main-content .statused > tr > td {
background: none !important;
padding: 5px;
display: block;
}
.cat_bar + .main-content .tc2 {
clear: both;
width: auto;
text-align: right;
border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;
}
.cat_bar + .main-content .tc2,
.cat_bar + .main-content .tc2 span {
font-size: 0.7rem;
}
.cat_bar + .main-content .tc2 span {
margin-right: 10px;
}
.cat_bar + .main-content .tc2 br {
display: none;
}
.cat_bar + .main-content .statused > tr > .tcr {
display: none;
}
.cat_bar + .main-content .tcl {
box-sizing: border-box;
height: 180px;
display: block;
margin-left: 70px;
width: auto;
}
.cat_bar + .main-content .icon {
position: absolute;
left: 15px;
top: 50%;
margin-top: -32px;
}
.cat_bar + .main-content .hierarchy {
display: block;
padding-top: 10px;
text-align: center;
}
.cat_bar + .main-content .hierarchy + br {
display: none;
}
/**
* FA.END Two-Column Categories
*/
I've been trying to adjust til to the new forum with out any luck.. so I was wondering what i'd possible done wrong.. ? Oo