Hi, just to share :
For the downloads module, in this part of the code in the file functions php :
$out = '<tr valign="top" class="bgcolor1">
<td width="2%" align="center">' . $catimage . '</td>
<td width="75%" colspan="2"><div class="content">' . modNewMakeGrafic($mainarry['newest'], array('align' => 'right')) . '<a href="modules.php?name=' . $module_name . '&cid=' . $mainarry['cid'] . '"><b>' . $mainarry['title'] . '</b></a></div>' . $desc . '</td>
' . $viewanz . '
</tr>';
I needed to remove the
class="content"
Of the div tag.
On my phone and tablette, in portrait mode, desktop view enabled in browser, all categories and sub-categories had a too long height, as if many break lines where inserted. One category took a whole page, even if nothing where entered in the description.
- This hapenned only in portrait mode, in landscape mode it was good.
- It may be related to the theme, no problem with pmx-blank.
Now all works fine.