Hello (and thanks for this amazingly customizable theme) ,
I do have a small problem : I want the body text (and only that one) justified for the reading ease it gives.
I found how to justify the whole content in the personalized CSS section (where you can add code to the css file in the graphene options) , by adding that line :
#content { text-align: justify; }
BUT it justifies the whole blog content, including the right section, which is not very nice for the overall impression. I’d like to know if there’s anything I can do to justify only the body content…