Shape 5

Joomla Templates => Velocity - Club => : pemi August 29, 2016, 09:42:27 PM



: Velocity Template: Change Top_Row1 min-height setting
: pemi August 29, 2016, 09:42:27 PM
Hi. I have a Joomla J2.5 that uses Velocity template. I note that the top_row1 positions have a default min-height setting of 520px and I need to reduce this. Firebug shows it as :

element.style {
  min-height: 520px;
}

Where do I find this setting? Does not seem to be in the template parameters.

EDIT: checked the demo on Shape5 site and the min-height value is different. fyi


: Re: Velocity Template: Change Top_Row1 min-height setting
: mikek August 31, 2016, 07:21:18 AM
Hello,

That setting is automatically calculated based on the tallest module in the row, so the only way to reduce that is to reduce your actual content. It finds the tallest module and then sets all the modules in that row to the same height. That setting is under the Javascripts tab in the template configuration under "Equalize Column Heights".