|
This is a problem that JoomlaXtreme experienced first hand after our template change recently, in some joomla templates docman decides to stick a "white space" ( blank space ) in between the Docman title and the category items.
After reading alot of forum posts around the web alot of people are having the same problem with out any solution.......until now :)
The default docman template we have not yet made to work so to solve this issue you will need to download and install the docman template created by Mjazztools.com
*More Icons for this theme can be downloaded from Mjazztools.com if required
Now once the theme is installed onto your site do the following.
Step.1
You need to open up this file:
/components/com_docman/themes/mjaztools_blogthemetemplates/categories/category.tpl.php
Find:
<div class="clr"></div>
Save and upload the file.
Step.2
Now locate and open this file :
/components/com_docman/themes/mjaztools_blogtheme/css/theme.css
Find :
#dm_nav { clear: both; padding-top: 15px; margin-top: 15px; border-top: 2px dotted #ddd;}
And Replace with :
#dm_nav {padding-top: 15px; margin-top: 15px; border-top: 2px dotted #ddd;}
Save and upload the file, now go and check to see your full working Docman , Enjoy :)
|