Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #308591

    Hello – I am trying to set up a page with the Half Sized Blog Element (Single Author Style) as shown here: http://kriesi.at/themes/enfold/shortcodes/blog-element/

    When I select the options for Single Author – Small Preview Pic in the options window, it only appears on the page with the post thumbnail living above the excerpt and centered. I would like the image to float to the left of the excerpt, with the dotted line linking to the pagination, as shown on the sample link above. Can you advise?

    Thanks.

    #309207

    Hi!

    You need to set a Sidebar to that Page in order to get that blog layout.

    Regards,
    Josue

    #309963

    The sidebar is throwing off my whole page. Can you tell me where the CSS is that’s controlling this sidebar style? I’d like to apply it to non-sidebar pages.

    #310100

    Hi!

    Did you manage to work it out? here’s how it looks on my end right now – http://screencast.com/t/ZmlqoZgNf

    Regards,
    Josue

    #316907

    No, it’s still an issue. If you scroll to the bottom of the page, you will see the white space at the bottom with the sidebar stroke. Would like this to go away. Also, the sidebar setting is overwriting the thumbnail being pulled on the left side Using blog posts in the avia layout editor. If I don’t use the sidebar layout, the width on the image is 697px. When I set the page to the sidebar template, the image width drops to 466px.

    #317235

    Hey!

    You can add this on Quick CSS or custom.css to remove the last section with the blank sidebar:

    .page-id-17 div#after_section_5 {
    display: none;
    }

    Best regards,
    Ismael

    #331844

    Worked great. Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Half Sized Blog Element: Layout issue’ is closed to new replies.