Tagged: alignment, blog element
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;
}
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
That worked, thank you!
Hi Mary,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria