Different Formatting for Different Tables
-
I’m working on inserting tables through TablePress in WordPress. I was using the Plugin Options to customize every table I inserted in terms of alignment, padding, font size, etc. However whenever I made a change to “.tablepress-id-3” it would revert “.tablepress-id-2” back to it’s default formatting, instead of my customization, and so on for every table I had created. I finally fixed it by just inserting some Plugin Options to all Tables that temporarily did the trick (.tablepress) with no id#. But now I’m working on some new tables that I need to customize in a very different way (alignment and padding will be very different). What was I doing wrong when I tried to insert the customized code in the Plugin Options? Below is the code I was using before switching to the code for all tables. Thanks! ??
.tablepress-id-3 tbody td { font-family: Tahoma; font-size: 13px; font-weight: regular; text-align: center; } .tablepress-id-3 .column-1 { text-align: center; width: 700px; padding-right: 140px; } .tablepress-id-3 .column-2 { text-align: center; width: 700px; padding-right: 140px; } .tablepress-id-3 .column-3 { text-align: center; width: 700px; }
The page I need help with: [log in to see the link]
- The topic ‘Different Formatting for Different Tables’ is closed to new replies.