Hi, I’m in the process of converting a site with a custom theme to the X theme using a staging site, and I’m having some trouble with the CSS for a table (where the html is in a custom field).
The original site is upstatefilms.org, and the staging site is https://staging1.upstatefilms.org.
On the original site, on the home page, there are days and times for movie showtimes in a table; in the staging site, the table is there but without the CSS formatting for padding, etc.
The original CSS is
.post-21839 .post-entry td, .post-entry th {
padding: 4px 3px; background-color: #ABABAB; border-style: solid; border-width: 1px; border-color: #000000; cellspacing: 1px; }
This CSS also appears in the staging site, but it doesn’t seem to be having any effect.
Can you help figure out what the problem is? Thanks for your help, as always.