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

    Hello I am trying to left align my blog post element that I added to the home page. When I get it to left align, it left aligns all the blog post elements on my whole site. I just want to left justify it on my Homepage.

    This is the CSS I am using:
    #top .fullsize .template-blog .post .entry-content-wrapper {
    text-align: left;
    margin-left: 70px;
    }

    #1140406

    Hey MaryScholten,

    Thank you for contacting us.

    Please replace your CSS with

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

    Best regards,
    Vinay

    #1140538

    That worked, thank you!

    #1140740

    Hi Mary,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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