Hi, great theme!
But my Blog Element doesn’t work like your demo multi author. The image is always centered.
greatings stefan
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
On the Frontpage, Sector Events & Blog
thanks
Stefan
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