Hello ~ I am developing a website at http://www.bodyworker.org. Am trying to figure out how to make the post images center (checking "center" in the post writing window doesn't work). I researched this on the forum and see some answers, but nothing that I completely understood.
I made the slideshow center at http://www.bodyworker.org/aloha-and-welcome/ by adding this code to Custom Includes (Suffusion theme):
.portfolio-slideshow {
text-align: center !important;
}
.slideshow-caption {
text-align: center !important;
}
.slideshow-nav {
text-align: center !important;
}
Would like to know what code I could include to make the image center at http://www.bodyworker.org/under-construction/.
Thank you!