Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #504251

    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

    #504256

    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

    #504291

    this worked, thank you!

    The title and text size is smaller now for the blog post. Do I have control over that?

    #504352

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .entry-content {
        font-size: 14px;
    }
    h2.post-title.entry-title a {
        font-size: 26px;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.