I have a problem with the User agent stylesheet overriding the css I have put into the Custom CSS-field.
I’m trying to get one of my tables to vertically align in center. I see the code when I inspect it but it’s overriden by my user agent style sheet. I can style the text in the table to be bold but not to align where I want it to. I have set a class for my table and my CSS looks like this:
table.pedigree td {
vertical-align: center;
}
How do fix this? I tried setting my style av important but that didn’t work either.