I am having trouble with the ‘blog posts’ content element. When I was learning how to use the theme I discovered a way to get the small picture to display to the left of the post (rather than centre).
I have now started to set up the live site and cannot remember how I managed this. I definitely found help on this forum, but unfortunately cannot find the post again.
Can someone please point me in the right direction?
Thanks :)
Hi dlambert1979!
Thank you for using our theme.
In Enfold->Styles->QUICK CSS field or custom.css put the following:
#top .fullsize .template-blog .blog-meta {
float: left !important;
margin: 0 15px 0 0 !important;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
overflow: hidden !important;
}
Cheers!
Günter
Hi Gunter – thanks of your help. I don’t mean to be difficult, but this is not exactly the same effect? The layout I am looking for is the same as is shown on my blog page? Hope you can help! Thanks :)
And, how do I remove the comment, category and author links from underneath the post title on the front page blog posts content element? Thanks again!!! :)
Hey!
Try adding this code to the Quick CSS:
.post-meta-infos span {
display: none !important;
}
Cheers!
Josue