Temanın .css dosyasını açıp aşağıdaki kodları bulup düzeltirseniz o çirkinlik kaybolur. Ancak temada eksik bişeyler var gibi.
/* Single Page */
#page {
box-shadow: 1px 1px 10px 0 #CCCCCC;
background-color: #FFFFFF;
height: 1700px;
padding-left: 40px;
padding-right: 30px;
}
#page ul {
list-style-position: inside;
}
#page .thumb {
float: left;
position: relative;
}
#page .thumb img {
box-shadow: 2px 0 5px -2px #888888;
height: 507px;
margin-left: -40px;
margin-right: 40px;
width: 344px;
}
#page .thumb a {
width: 344px;
height: 507px;
display: block;
}
#page .thumb .thumb-hover {
left: 0;
position: absolute;
top: 0;
transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s; /* Safari */
}
#page .thumb .thumb-hover:hover {
background-color: rgba(0,0,0,0.5);
background-image: url("../images/zoom.png");
background-position: center center;
background-repeat: no-repeat;
}
#page h2.title {
font-family: arial;
font-weight: normal;
margin: 0;
padding: 40px 0 20px;
line-height: 30px;
}
#page h2.title a {
font-family: arial;
font-size: 25px;
font-weight: normal;
}
#page .date {
color: #FF9900;
font-size: 13px;
margin-bottom: 20px;
}
#page .date a {
color: #FF9900;
font-size: 13px;
margin-bottom: 10px;
}
#page .date a:hover {
color: #c97900;
}
#page .content {
font-family: arial;
font-size: 14px;
height: 330px;
line-height: 23px;
/* overflow: auto; */
}