Hello,
I was becoming crazy because of the sidebar…
I want to present Testimonies like the blog presentation you show in your demo : Blog Author Single small, it works pretty well if I have a sidebar on my page : http://yesyouweb.com/wit-temp/test-sb/
But I don’t want any sidebar, and when I remove it from the page, the Blog articles presentation becomes like this : http://yesyouweb.com/wit-temp/test-no-sb/. Everything is centered…
How can I keep the test-sb presentation without ny sidebar : I thought to keep it empty and remove the borde-left.
Tx fr your help,
Best regards,
Marine
Hey newki75,
We need to take a closer look please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Vinay
Tx Vinay, here are the credentials and I only have 1 plugin, Contact Form 7 (because I need to allow file upload and I’ve seen it”s not possible yet with Enfold)
Tx for your help
marine
Hi!
We added the below CSS in Quick CSS section please review the site and let us know if you have any questions :)
#top .fullsize .template-blog .blog-meta {
float: left;
margin: 0 30px 10px 0;
}
#top .fullsize .template-blog .post-title {
text-align: left;
float: left;
width: 100%;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left!important;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
float:left;
}
Best regards,
Vinay
Perfect ! Tx a lot :-)