Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #264969

    No matter what I do, my blog titles end up centering. How do I remove this and make them left justified?

    Here’s a link to the page I’m speaking about:

    http://a-zbushosting.com/a2zbuspreowned/test-title/

    Thank you.

    #264974

    http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    #top .fullsize .template-blog .post-title {
    text-align: left;
    }
    #top .fullsize .template-blog .post-meta-infos {
    text-align: left;
    }

    #265013

    Ok, I added the quick css, but It seems to center the page. Is there a way to have it full width, but in a boxed style? In other words, I want the post page to utilize the entire area, not just the center. And to not center the headline.

    See this link: http://a-zbushosting.com/a2zbuspreowned/used-mini-shuttle-bus-for-sale-2007-chevy-5500-general-coach/

    Thank you,

    #265520

    Hey!

    Please go to Enfold theme options > Blog Layout > Sidebar on Single Post Pages > No Sidebar
    Sorry but title question is still not clear to me. Can you post a screenshot and show the changes you would like to make?

    Cheers!
    Yigit

    #265544

    Hi Yigit,

    Here’s what I’m speaking about. This first image is the way I want my blog post to look, how it stretches all the way across. (However, I am using a page for this example).

    Stretched Layout

    This is a post page using the quick css code above. See how it bunches up in the center with large white spaces on the ends. I want to avoid this. I turned off side bars in the Enfold control panel, but I still get this. Is there a way to make it look more like the page example above?

    Thank you.

    #265557

    Hi!

    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 { max-width: 100%; }

    Best regards,
    Yigit

    #265635

    That worked, but the headline still gravitates toward the center. Any way to have it moved over? Here’s an image:

    #266793

    Hi!

    Please add following code to Quick CSS as well

    #top .fullsize .template-blog .post-title { max-width: 100%; }

    Best regards,
    Yigit

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