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

    Hi guys,
    can you give me the code that will make a blog post left justify?
    see this page
    http://insightcustomerloyalty.com/speakers-updated/
    half way down I have a blog post content element area, the text should be left justified.
    also, is there code to make the blog post larger and perhaps a color?

    blog post title exampl on page:
    A Car Guy and a Data Scientist Walk Into a Bar… (this line should be larger and a blue color I think)

    Thanks for you help on this – joe

    #376638

    Hey fixedopsinsight!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css to left align the blog post title:

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

    Regards,
    Ismael

    #683854

    I’m trying to left-justify the paragraphs in a blog post on the front page. I tried using a variation of our .post-title CSS snippet above to affect this change but no joy.

    In Safari, the front page blog post IS left-justified, but in Chrome and Firefox, it’s full-justified.

    HELP!

    #684430

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #684518

    The left column is text boxes. The right column is a standard contact form.

    The issue is with the centre column, which is a blog post. If you click through to the actual blog post, you can see that it’s left-justified, but when displayed on the front page it’s full-justified. None of the Quick CSS tweaks I’ve come across have any effect on making that centre column left-justified.

    #685888

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: left;
    } 
    

    Best regards,
    Yigit

    #685900

    Thank you! That was the magic bullet!

    #685907

    Hi,

    Glad it worked for you! :)

    We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.

    Best regards,
    Yigit

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