Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

question-circle display 2 columns

More
12 years 2 months ago #41 by Manrique
display 2 columns was created by Manrique
Hi there,
Congrats for the tool! great and easy to use.
I want to display my list of contacts in two columns. I was wondering how can achieve this.
Thanks in advance,
Cheers,
The following user(s) said Thank You: admin

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

More
12 years 2 months ago #42 by admin
Replied by admin on topic Re: display 2 columns
Hello!
Thank you for buying the component!
Do you want to show 2 columns in the content of a page or in a module? If this is in a page, you need to create a menu item and give the cards a width of about 45% (through the parameter option). If you want to do this in a module, you have to manually set the width of the cards in the stylesheets, to override the standard behavior (in the modules, the cards are taking a 100% width).
Let me know if that works for you.

Olivier.

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

More
12 years 2 months ago #43 by Manrique
Replied by Manrique on topic Re: display 2 columns
Thanks heaps!
Worked perfectly :)
Cheers,
A

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

More
12 years 2 months ago #44 by Manrique
Replied by Manrique on topic Re: display 2 columns
I tried the menu solution and it worked fone. However, were should I change the values if I would like to use the module?
Thanks a lot for your help

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

More
12 years 2 months ago #46 by Manrique
Replied by Manrique on topic Re: display 2 columns
Hello,
i am not sure if you got my previous message, soo, I am writing this just in case. :side:
I was wondering what and where css to edit if i want to use the module solution you suggested before.
Many thanks,

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

More
12 years 2 months ago #47 by admin
Replied by admin on topic Re: display 2 columns
Hi!
You need to go into
modules/mod_trombinoscopeextended/tmpl/default.php
and replace in
$style .= "width: 98%;";
the value '98' with the value you desire (less than 50).
Note that this property will be moved in the next release to the general stylesheet found in
themes/style.css.php

Olivier.
The following user(s) said Thank You: Manrique

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