Single Article
Print screen without additional CSS

Structure with classes and id's
div.item-page h1 h2 a p
CSS
/* --------------
Single Article
-------------- */
div.item-page h1 {
margin-bottom: 20px;
}
div.item-page h2 {
display: block;
float: left;
width: 70%;
}
Print screen after applying CSS


