Daymaker
-
Posts
6 -
Joined
-
Last visited
Reputation Activity
-
Daymaker reacted to DavidPilk in Blog feed style - want it to be center aligned by justified left
I think I figured this out - I was having the same issue and it was driving me mad!
I added this to the main CSS
/* Justify Blog text left */ @media screen { .blog-single-column .blog-single-column--text { text-align: left !important; } } I am by no means a CSS expert like @tuanphan but this worked for me.