1. Kiwi4711
  2. Commercial Templates
  3. Tuesday, 02 May 2023
  4.  Subscribe via email
Hi Ciaran,

I have problems with the size of intro images in the J51 news module (Layla). All images are adjusted to 100% of the module width, which doesn't look good in any case.
I would like to have all intro images a defined size (e.g. height 100px).
How can I customize that?

Kirsten
References
  1. http://www.testjoomla4.svlg07.de/
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Kirsten

To set a max height on your news images, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(edit to taste)

.j51news-image img {
max-height: 100px;
width: auto;
margin: auto;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciaran, it works!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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