Tagged: enfold
Theme Enfold: My post, while showing as a single post inside Content Element: Blog Posts (single author big preview pict..) is completely centered (picture, heading, text). I would like to have it all left aligned, as it is inside e.g. Post Slider. What do I need to change? Thnx!
Hi videogame!
Thank you for using the theme!
Do you mind if we take a look at one of the single post page? Do you have a sidebar there?
Regards,
Ismael
Hey!
Thank you for the info.
Please use this on Quick CSS or custom.css:
top .fullsize .template-blog .post-title {
text-align: left;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left;
}
#top .fullsize .template-blog .post .entry-content-wrapper > * {
margin-left: 0;
margin-right: 0;
}
Regards,
Ismael