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

Leave a review

file word wrap around image

More
11 years 1 month ago #1880 by dkram2

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

More
11 years 1 month ago - 11 years 1 month ago #1881 by admin
Replied by admin on topic Re: word wrap around image
There was a typo in my CSS, you did not catch it either :-) ...
.personmiscinfo, not .peronmiscinfo

Olivier.
Last edit: 11 years 1 month ago by admin.

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

More
11 years 1 month ago #1882 by admin
Replied by admin on topic Re: word wrap around image
Here is something you could use as default contact picture.

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

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

More
11 years 1 month ago #1883 by dkram2
Replied by dkram2 on topic Re: word wrap around image
Ah very good thank you very much, last question is it possible to have more than one page for the contacts or do all contacts have to be listed on one page?

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

More
11 years 1 month ago #1884 by dkram2
Replied by dkram2 on topic Re: word wrap around image
Once I set a height for the cards the word wrap stopped working any ideas? Thanks again for all your help.

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

More
11 years 1 month ago - 11 years 1 month ago #1885 by admin
Replied by admin on topic Re: word wrap around image
Interesting ...
You need to add 3 more things:
.personpicture {
    height: auto !important;
}
.picture {
    margin-bottom: 0 !important;
}
.personinfo {
    padding-left: 10px !important;
}

For several pages, use the pagination feature.

Olivier.
Last edit: 11 years 1 month ago by admin.

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