Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #675860

    Hi, great theme!
    But my Blog Element doesn’t work like your demo multi author. The image is always centered.

    greatings stefan

    #675889

    Hey Stefan,

    Thanks for getting in touch with us!

    Which page are you using the multi-author blog feature on? Let me know so that I can take a look and assist you further.

    Best regards,
    Jordan

    #675919

    On the Frontpage, Sector Events & Blog

    thanks
    Stefan

    #677316

    Hi,

    That is the default layout of the multi author blog style if the page has no sidebar. It will require a few css modifications in the Quick CSS field:

    #top .fullsize .template-blog .blog-meta {
        float: left;
        margin-right: 50px;
    }
    
    #top .content .entry-content-wrapper .entry-content-wrapper {
        padding-right: 50px;
        padding-left: 140px;
    }
    
    #top .fullsize .template-blog .post_author_timeline {
        display: block;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.