Hi,
I would like the featured Image not above the Header, but beside.
Actual the side is like this:
Now it should look like this:
Another point is that if anybody click on this Feature Image the come to the side with als posts from that category: http://www.url.de/blog_category
How can I do that?
Hi sunshineh!
Try adding this to your custom CSS.
.template-blog .big-preview { float: left; margin-right: 20px; }
Or you can also try the “single author small” style in Dashboard > Enfold > Blog Layout.
If that’s not what your wanting then send us a link and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott
Hey!
Try adding this.
.single .entry-content-header {
margin-top: 110px;
}
If that’s not correct then take another screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
Elliott
Hi,
thanks for your help.
I put your code into my css-file and it looks like this:
Now I only what to write the text here over hole the width (below the picture)
Here I have another Picture, perhaps it is clearer
But I only what this width on blog-article, not in the blog overview with the blog excerpts and not on the normal pages. Is this possible?
Hi!
I checked your single post views but it’s already displaying like that so I’ll assume you figured it out.
Regards,
Elliott
Hi, no it doesn’t the second screenshot should only help to understand what I mean. I want the text over the hole page (without right sidebar). Sorry for the circumstances.
Hi!
Add this on Quick CSS to increase the width of the excerpt container:
.template-blog .blog-meta {
position: absolute;
}
header.entry-content-header {
padding-left: 120px;
}
.template-blog .entry-content {
padding-top: 20px;
}
.post_author_timeline {
display: none;
}
Regards,
Ismael
Great! Thank you very much!!