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

Leave a review

file Picture

More
11 years 10 months ago #503 by brilla
Picture was created by brilla
Is there a way to not show picture or make thumbnail smaller? The phone number won't fit across the module because the template I am using has a smaller width than picture and phone will fit across. Thanks!

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

More
11 years 10 months ago #505 by admin
Replied by admin on topic Re: Picture
Hello,
I suppose you are talking about the trombinoscope module.
It is easy not to show the pictures, just use CSS and the 'display: none' property on the .picture class.

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

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

More
11 years 9 months ago #623 by brilla
Replied by brilla on topic Re: Picture
Ok, so I changed style.css.php

.trombinoscope_<?php echo$suffix; ?> .personpicture {display:none;}

The picture is gone but the text didn't move over so only partially solved my problem :) Can you further advise?

Attachments:

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

More
11 years 9 months ago #624 by admin
Replied by admin on topic Re: Picture
You need to eliminate the margin by doing:

.personinfo.left {
margin-left: 0!important;
}

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

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