Hi,
I want to show my blog posts like these blogs that used Enfold theme as well. So there might be a setting that these two are using?
http://www.seomartin.com/blog/
https://blog.agilebits.com/
It is basically a medium size image on top (can be smaller depending on the size but can’t be bigger). then the title and the content bellow.
By the way, I am using the blog element to show custom category blog posts on my pages (blog link in private content).
Please advice.
Tamaranfibeitek
Hey tamaranfibeitek!
Please use “Single author, big preview pic” option in Enfold theme options > Blog Layout or in Blog Posts element settings.
Regards,
Yigit
Hey!
Please also choose to display Sidebar as the example page from demo site
Best regards,
Yigit
It fixed the image but now the spacing between the title even the title size is not the same as the demo.
The one on the demo is so clear and clean font.
Please advice.
Tamaranfibeitek
Hey!
you can control font size and spacing for you title with this:
#top .flex_column .template-blog .post-title {
font-size: 23px;
margin-bottom: 20px !important;
}
Adjust as needed.
Regards,
Andy
Thanks!