This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

5
  1. Andrew Misplon Staff 10 years, 9 months ago

    Hi Paul

    If you’re comfortable working with the table in Text view you could add an inline style as follows:

    <td align="center" style="text-align: center;">

    OR if all the tables on this page need to be centered, you could insert into Appearance > Custom CSS:

    /* Home */
    .home table tr td {
    text-align: center;
    }
  2. Paul Offerle 10 years, 9 months ago

    What troubles me is that it looks perfectly aligned in the website’s dashboard. Here is the latest code but the same problem:

  3. Andrew Misplon Staff 10 years, 9 months ago

    Hi Paul

    Each image has the following inline style:

    style="margin: 0; border: 0; padding: 0; display: block;"

    If you remove the display: block; declaration the page should render as expected.

  4. Paul Offerle 10 years, 9 months ago

    Perfect. Thank you so much.

  5. Andrew Misplon Staff 10 years, 9 months ago

    For sure. Glad we could help :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread