Hi!
What I want is that the post spans the full width, and the “likes” and comments appear below. I write you here the code that I have:
<li class="blog-item span8 format-standard" itemtype="http://schema.org/BlogPosting" itemscope="">
<div class="row">
<div class="standard-post-author span1">
<div class="standard-post-content span6">
<figure></figure>
<h2 itemprop="name headline">
<div class="excerpt" itemprop="description">
</div>
<div class="standard-post-details span1">
</div>
Then I want to change this line of code: <div class=”standard-post-content span6″>
By the following: <div class=”standard-post-content span8″>
Where can I to change it?
Thanks!!!
Damian