Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #381094

    Hi,
    I would like the featured Image not above the Header, but beside.
    Actual the side is like this:
    Actual sight
    Now it should look like this:
    Wanted sight

    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?

    #381263

    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

    #381319
    This reply has been marked as private.
    #382053

    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

    #382804

    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)

    #382959

    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?

    #383359

    Hi!

    I checked your single post views but it’s already displaying like that so I’ll assume you figured it out.

    Regards,
    Elliott

    #383411

    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.

    #383683

    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

    #384714

    Great! Thank you very much!!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Post with featured image not above but beside the header’ is closed to new replies.