I can’t get my blog post settings to left align the title, excerpt and icon/image. No matter what I try. I’ve seen it done in demos but I can’t determine what settings to adjust to get the look. I’d like.
A link to my site with the blog post currently centered is below. (you have to scroll a bit – title: Doing things “status quo”…)
Example that I like: http://kriesi.at/themedemo/?theme=enfold-overview
Hi MoxieDM!
It’s because you have the page set to display full width no sidebar. Go ahead and set it to display a sidebar and then drag a codeblock element to your page and add this inside.
<style type = "text/css">
aside { display: none !important; }
.template-page { width: 100% !important; border-right: 0px !important; }
</style>
Best regards,
Elliott
this worked, thank you!
The title and text size is smaller now for the blog post. Do I have control over that?