#1227 Posted in ‘Showtime Image Gallery’

Latest post by Lefteris Kavadas on Tuesday, 16 July 2024 14:42 EEST

Jochen Hank

Hi,
As far as I can see is the default display the only one which can display images in various aspect ratios in rows.
In all other displays the images move vertically when they have different aspect ratios.
My client wants only 3 images displayed in a "real" row. The default display standard is 4 images. Is it possible to change this somewhere?

Regards
Jochen

Lefteris Kavadas

Hi Jochen,

There is no option to change the number of columns in the default layout but this can be done with a bit of CSS code:

@media (min-width: 992px) {
  .showtime-default .showtime-image {
    width: 33%;
  }
}

You can add this snippet in the CSS file of your template. If you need help with please create a private ticket and provide FTP access so I can do it for you.

 

Regards

Jochen Hank

Thank you so much! That helped!

Regards 
Jochen

Lefteris Kavadas

You are welcome.

Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request.  In case you just want to ask a question, you can also use the contact form .

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review