Hi
I have some issues with alignment on my dev site. On the homepage the article links are correctly aligned to the left, however on other pages the article title links are off alignment.
I've added the following code to the override css
- Code: Select all
.blog .itemToolbar h2 {
font-size: 30px;
text-align: left;
margin: 0 0 0 -115px;
}
And this works, but is it possible this will negatively impact me?