reducing line height in table (Edin Theme)
-
Hello,
As I have many rows in my table I would like to reduce the height. Have copied a table from existing website see page ‘Chalet Aventure’
Newbie to WordPress and CSS but learning fast!
Thanks in advance for help.
MiniThe blog I need help with is: (visible only to logged in users)
-
Hello,
Go to Appearance→Customize in your blog’s Dashboard, then go in fonts and you will be able to choose from tiny to huge. -
-
Thanks for your help kikiboss, but I think this will affect all text on all pages – I just want to make the rows ‘thinner’ I’m assuming I need to format the rows using CSS ?
-
You can do so by editing the css stylesheet, which requires to purchase
the Custom CSS upgrade, available in the Store section of your dashboard. -
-
Hi @minicollar,
This code should do it, please paste it in Customize > CSS section:
table.dates td { padding: 2px; }It’s going to target this table only, and the 2px value can be adjusted to give the desired spacing. :)
-
-
- The topic ‘reducing line height in table (Edin Theme)’ is closed to new replies.