Viewing 3 replies - 1 through 3 (of 3 total)
  • Your code is a bit of a mess I’m afraid.
    The table with the images uses inline styles which are not recommended as they will override the stylesheet.

    You’ll need to remove the margin that is set to the images (style.css line 480).
    Then give the table a width:100% and text-align:center.

    Make sure the images have the class aligncenter and not alignnone or alignleft etc

    Thread Starter ayoungvoice

    (@ayoungvoice)

    Would it be better not to use a table but instead just insert the images? I’m not a coder so I’m not sure how to write out the changes

    Thread Starter ayoungvoice

    (@ayoungvoice)

    Actually I fixed it. I just inserted a wide image with the pictures in the center

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Images in tables on a sales page’ is closed to new replies.