Two problems that I hope someone can help me with
First - The wordpress post box, is too wide but the CSS width is like 100 so there should be a problem
#content {
position: absolute;
top: 0;
left: 160;
width: ;
font-family: Tahoma;
font-size: 10px;
line-height: 11px;
text-transform: normal;
background-image : url("http://www.bellaedward-cullen.com/wp-content/themes/layoutv2/images/sbg.jpg");
color: #191514;
text-align: justify;
padding-top: 2px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
}
Secondly - The title is not displaying correctly. Here is the code
.news-title {
font-family: Tahoma;
font-size: 10px;
line-height: 15px;
font-style: bold;
text-transform: uppercase;
font-weight: bold;
color: #a39a99;
background: url("http://www.bellaedward-cullen.com/wp-content/themes/layoutv2/images/title.jpg");
text-align: center;
padding-top: 4px;
padding-left: 4px;
padding-top: 4px;
padding-top: 1px;
}
Any help would be much appreciated