Hello,
I have a weird issue. I am using the same code for Blog posts for my homepage as well as my second page. Though on homepage it appears differently than on the second page. Why is that? and how do i make the homepage follow the same style?
Thanks in advance.
Hey,
Thanks for the quick reply.
In the homepage though i dont want to use sidebar for the layout. I use a widget sidebar element. Any way to achieve it?
Hey, sorry to bump, any chance i can achieve this?
Anyone?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post_author_timeline {
display: block;
}
#top .fullsize .template-blog .blog-meta {
width: 16%;
float: left;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
margin-left: 20%;
}
Cheers!
Yigit
Excellent thank you very much!