Tagged: Blog
I have a page in which I’ve used the Blog Post Content Element in a page with no sidebar. The blog posts are being centered on the page. I’d like them to be…
– left aligned
– full width for only this page
– image left aligned
– no meta info displayed
Also how can I change the text of the link to the full post
Thank you.
Hi endoradigital!
Everything is possible, but that would need some time to be created and we do not offer such customizations
You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customization
Let us know if we could do anything else, regarding our theme
Cheers!
Basilis
Even getting them to display full width?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *,
#top .fullsize .template-blog .post .entry-content-wrapper,
#top .fullsize .template-blog .post-title {
max-width: 100%;
}
#top .fullsize .template-blog .post-title {
text-align: left;
}
.page-id-3787 .post-meta-infos {
display: none!important;
}
#top .fullsize .template-blog .blog-meta {
margin: 0;
}
Regards,
Yigit
Thank you!