Dear Support,
Please, I am using a blog posts content element inside a layout element in my home page. The picture of each blog post is displaying on top and the title/content are displaying below the picture. I want the blog posts to display in the ”Blog Single Author Small” mode as in your enfold demo (where each picture is to the left and the title/content are to the right of the picture)
Please, assist.
Regards,
Emin
Hey emin!
Add this to your custom CSS.
.home .blog-meta { float: left !important; margin-right: 20px !important; }
.home .post-title, .home .post-meta-infos { text-align: left !important; }
Best regards,
Elliott
Hey!
1. + 2. Add this.
.home .post-title, .home .post-meta-infos { text-align: left !important; line-height: 16px !important; }
.home .post_delimiter { display: none !important; }
3. Can you take a screenshot and highlight what your trying to do here?
Cheers!
Elliott
Hello Elliot,
1. and 2. are OK now. Thank you so much.
3. What I am trying to do is to have a virtual layout that will behave like 2 virtual divisions: the image will be on the division on the left while the post title and post meta infos will be on the division on the right so that part of the post meta info will not be below the post image.
Thank you for your great support
Regards,
Emin
Hi!
Please try using Magazine element to display your blog posts.
Best regards,
Yigit
Hello Yigit,
Thank you for your assistance.
I will try using Magazine element to display my blog posts in a column in the home page and get back to you later
Regards,
Emin