1. JoomlaStarter01
  2. Commercial Templates
  3. Sunday, 21 August 2022
  4.  Subscribe via email
Hi,
Im using the ImageHover Gallery Module on my website (currently not online so I cannot provide a link to it unfortunately).
I hope you can help me with the screenshots I've taken. The problem is that it does not arrange the columns properly to the screen width. So if I choose 4 columns for example, theres only three columns and a big empty space on the right side. I am not sure if I am doing something wrong or if it is a problem of the module itself.
I assinged the module to bottom-2a of the page, which seems to work fine, except for the column arrangement.

Joomla version: 4.1.5
My template: J51 Everly

Thank you for your support.

Kind regards,
Alina
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alina

Admittedly these types of issues is difficult to troubleshoot without a live example. Regardless, to amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.j51imagehover {
display: flex;
flex-wrap: wrap;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
It worked! Thank you very much :D
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
I had the same issue today using the ImageHover extension that came with Stella J4 and the CSS code worked for me as well.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!