Tagged: Sidebar Blog
Hi Support !
1- Blog Single Author Small with sidebar come with a design
Like this : http://kriesi.at/themedemo/?theme=enfold-overview
2- Blog Single Author Small without sidebar with another design
Is it possible to benefit from the CSS design “with sidebar” (1) in a “whithout sidebar” environnement.
Many thanks !
Hey Ikyo,
I’m not sure what you are referring to since you have linked to the theme overview page, if you click the Remove Frame button in the top right hand corner of the screen you will be able to see the direct URL.
Best regards,
Rikard
Hi Richard
My fault…I wasn’t clear enough
Actually my blog is
I will like to have such a result (same display, but no sidebar)
But when I remove the sidebar, It give such a result
How can I manage to maintain the design without sidebar
Many thanks
Hi!
Thank you for the update.
Please add this css code 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;
}
Regards,
Ismael
Many thanks
Have a nice week
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
That did it for me! Thank you.