How to align singular post text to the left in Twenty Eleven
-
How can I align my singular posts to the left? As you can see here, http://themabelkwong.wordpress.com/2012/09/15/blog-under-construction/, the singular post although align in the centre, seems a bit off-centre.
How can I align it to the left, or at least slightly to the left?
I have tried adding text-align: left into the CSS but it doesn’t work.
I am using the Twenty Eleven theme and have the CSS upgrade. The blog I need help with is http://themabelkwong.wordpress.com.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
I see you have some CSS modifications in your Appearance → Custom Design → CSS editor already. Try adding this and check to see if it does what you’re looking for:
.singular .hentry { width: 100%; }
- The topic ‘How to align singular post text to the left in Twenty Eleven’ is closed to new replies.