CSS – Font Margins
-
Hi – love your plug-in, many thanks for all the work you’ve put into it.
I’m just now learning it. I am trying to add space above and below text, so I’ve created an entry in the Custom CSS (I’m using the latest WordPress and version of your plug-in, having just downloaded it today)
.tablepress .date { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #ff0000; margin-bottom: 5px; margin-top: 35px; }
and then add a span statement around the text I wish to modify. For testing purposes, I’ve also changed the font size and color, to be sure that changes I make to the CSS are working through to the final table (the top table on the sample page).
As you can see, I’ve set margin-top to a crazy-large number, but it is being ignored.
How can I get this working? I should add that I know very very little about CSS, so please if you could provide as easy-to-follow answer as possible, it would be very much appreciated.
Many thanks indeed
David.
The page I need help with: [log in to see the link]
- The topic ‘CSS – Font Margins’ is closed to new replies.