Re: Add Padding to list
- Posted on:
- Author: Michael Gilkes
Support Home Page › Forums › Joomla Software › Easy Folder Listing Pro Plugin › Add Padding to list › Re: Add Padding to list
May 23, 2011 at 10:22 pm
#1111
Keymaster
@vry6. Wow! Those icons look pretty sweet!!! Nice! I like them!
Ok, as for adding padding, or space, to the list, you can easily edit the styles.css file in the css folder in plugins/content/easyfolderlistingpro, and add the following:
|
1 2 3 4 5 |
<br /> .elfpro_tables tbody td<br /> {<br /> padding-left: 2px !important;<br /> }<br /> |