This video features how to add a blue border around your wordpress thesis theme 1.8 page. CSS:
.custom #page {display: none;}
.custom #content_box {
background: #FFFFFF;
border: 7px solid #0191C8;
margin: -7px;
margin-top: 0;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
I can't get footer to go outside content border
CuthroatEnt 3 months ago