How to center images in an HTML template

Open Template CSS File

Update CSS

Add this CSS to the end of your file:

body div#LessonContent div.lessonStep div.image {

   text-align: center;

}

Save and Export

Now you should be able to save and export and your images will be centered on the page.

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.