News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

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
  •