Mini Frontpage same height

The version was installed may be 2 years ago - download from your website i guess - i will try the new version. Thanks
4 years 5 months ago #7 by Martin Kopp

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5261) Offline
Ah ok. Please try the new one and let me know if you have any problem with that.
4 years 5 months ago #8 by TemplatePlazza

Please Log in or Create an account to join the conversation.

I have installed the latest version and i have tried other themes - the problem remains the same. Active template is now masonry - would look nice if the height of the subelements would be the same
4 years 5 months ago #9 by Martin Kopp

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5261) Offline
Masonry is the common layout type in web design that will stack blocks automatically depends on block height. Can you tell me what design or layout you would like to achieve?
4 years 5 months ago #10 by TemplatePlazza

Please Log in or Create an account to join the conversation.

I would like the date and the introtext to start at the same position vertically and that the box has always the same height - i have set the title limit to 80 and introtext to 200. If the title is too short or the introtext ist not cut - the height is different.
4 years 5 months ago #11 by Martin Kopp

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5261) Offline
Hi, open the CSS adjustment tab, and add this code :
.mfp_masonry_skin_card .mfp_masonry_item .mfp_masonry_title {
  height:50px!important;
  overflow:hidden;
}
.mfp_masonry_skin_card .mfp_masonry_item div {
  height:180px!important;
  overflow:hidden;
}

https://www.dropbox.com/s%2F71ys3bb6v8h3jgr%2FModules%2520mod_minifrontpage%2520-%2520j39%2520-%2520Administration%25202020-07-16%252018-10-28.png?raw=1

It will make the boxes have the same height like this
https://www.dropbox.com/s%2F96xpjcl1fgdw0lr%2FHome%2520-%2520Wachtvereinigung%2520Dorfmeilen%25202020-07-16%252018-11-33.png?raw=1
4 years 5 months ago #12 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum