Quote:
Originally Posted by RS_Jelle
- Sorry, I thought you were pointing at the white space on the file page. For the white space on the right of the category icon, you have to modify the width of the category td, which is currently 20%. You can find this in the downloads_main template and don't forget to change the other procent values to keep the 100% total.
Also reupload the original downloads.php as you don't need the custom one I pointed you to.
- The small download icon is controlled by the ecdownloads_download_pic phrase. You can change it using the Languages & Phrases AdminCP part.
- That's because you changed the templates

You made a mistake in the downloads_cat_subbit template:
HTML Code:
<span class="smallfont"><a <span style="font-size:12pt>
As you see the HTML highlighter isn't highlighting it correct as your HTML syntax is wrong. There's that strange <a and you missed a double quotation mark after the 12pt value to close the style attribute. This is messing up the layout.
|
Thanks for the help, works like a charm!