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 Michael GilkesKeymaster @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: <br /> .elfpro_tables tbody td<br /> {<br /> padding-left: 2px !important;<br /> }<br /> 12345 <br />.elfpro_tables tbody td<br />{<br />padding-left: 2px !important;<br />}<br />