Problems with pictures centering within table
The second and third pictures on the page look perfectly centered over the fourth picture in the dashboard but do not on my site:
Here is the code:
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Paul
If you’re comfortable working with the table in Text view you could add an inline style as follows:
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; }What troubles me is that it looks perfectly aligned in the website’s dashboard. Here is the latest code but the same problem:
Hi Paul
Each image has the following inline style:
If you remove the display: block; declaration the page should render as expected.
Perfect. Thank you so much.
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.