By Patrick Gaulin on Tuesday, 13 September 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 393
Votes 0
I need to have my image beside the intro text into the Easyblog's home page. Actually, it's above.

How can I change this layout?

Thank you,
Hi Patrick Gaulin,

Unfortunately, there is no setting to make image to be side by side to the intro text in the EasyBlog homepage currently.
But you can customize it as you want, and we do not support any customization as stated in our support policy http://stackideas.com/support . However, can you try to add the code below and see how it goes?
div#fd .eb-post-content .eb-post-body.type-standard {
display: inline-flex !important;
}
·
Wednesday, 14 September 2016 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
The idea is good but there is to many bugs with this approach. I will stay with the default layout.

Maybe it can be a good feature to add to next version of EasyBlog

Thank you,
·
Wednesday, 14 September 2016 20:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Patrick,

I am sorry for the confusion, do you mean you would like your cover image show on the left alignment right?

If yes, you can actually configure this from backend > Easyblog > setting > layout > Post cover , refer on my attached screenshot below.

Hope this will help you much here.
·
Wednesday, 14 September 2016 22:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post