News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Icon Positions [solved]

Started by spdjdownloads, 17.11.2023 05:36:36

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

spdjdownloads

Hi,
Really enjoying your extension but I am having a small problem with the category and download file icon positions. They are being displayed above as opposed to the left as I can see in the Layout images. Please see attached.
For category layout I am using the Standard v3.9 and for downloads I am using the Compact v3.9, (no checkboxes). I have tried changing layout but the issue is the same.

To be honest I am quite a novice at CSS?HTML and this is just a personal gaming website so will understand if this is something I just need to work out myself.

I am Using Joomla 4.4, PHP 8.1 also SP Page Builder 3.8
Thank you
Steve
  •  

ColinM

Steve,
Yes the normal view is with the folder icon and the category or Download name to the right.
Most likely a CSS issue as perhaps SP Page Builder loads its CSS last
I will send you a Private Message
Colin
Colin M
  •  

spdjdownloads

#2
Hi,
Just wanted to let you know I tracked down the culprit, its the template I am using, JoomShaper's Helix template. It has:

img {
    display: block;
}

I added the following to my custom.css for that template and it worked. Please remember my CSS skills are minimal so if there is better solution please let me know but thought I would pass on in case any of your other users have this problem

.jd-item-page img {
    display: inline-block;
}

Edit: Thought would attach fixed screen shot

Cheers
  •  

ColinM

Steve,
That is just the correct thing to do.
Hmm! I should have spotted the display:block; css
Colin M
  •