12/14/2016 at 10:41 am
#403589
Keymaster
@ Rachel
Ok, it seems the theme is applying text-align: justify; to the body #main div. To override and set back to the default, add this to the theme’s custom CSS area:
div#cn-list {
text-align: initial;
}
Hope that helps!
