Hi, my name is jascin. I recently have asked help, before buying he theme in my presale question.
You have said that you would help me with the ccs style code.
1. I want the tittle to be in the middle, the same as this
I want my blog to be full width.
2. I also want the share and the heart on the bottom of each post centered or the same in the picture below.
My website is called crestviewphotography.com/blog
3. if necessary how do we take out the hearts and comments on the right-side of the blog. ccs code?
DONE LIST
1. author is out, and made the blog size 100% (the codes i used are this which pushed the date and comment below.)
.blog-items .row .standard-post-author{
display:none;
}
.blog-items .row .standard-post-content{
width:100%;
}
2. took care of breadcrumbs by disabling it.