1. pigos
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 19 January 2018
  5.  Subscribe via email
Hello Ciarán,

Sorry for the late answer to the post "Lock the height of modules on J51 Magnolia" on Tuesday, 05 December 2017:
https://joomla51.com/forum/lock-the-height-of-modules-on-j51-magnolia

I set the code that you suggest in the responsive options tab of the template:
.top-1 {
display: flex;
overflow: hidden;
}

But still it is not working and changing the screen size, the responsive modules change height following the text flow and this produces a step like ragged bottom line.

The access credentials are the same you had. Otherwise tell me and I will send again.


Please help.

Many thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pigos

As a rule we do not keep access details to sites. Could I ask you to resend the access details to info@joomla51.com. For a reference please paste a URL to this post in your email.

Thank you

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

We hope to have amend this issue with the following Custom CSS...

#wrapper_top-1 {
display: flex;
justify-content: stretch;
}
#wrapper_top-1 .module {
height: 100%;
overflow: hidden;
}


Ciarán
  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!