Hi,
I have been trying to decrease the size of the post body area with no luck. I tried this:
}
.blog-post {
margin: 0 0 60px;
padding: 15;
list-style: none;
float: left;
width: 80%;
}
The area is too big and I would like to decrease the width size.
Thank you!