By Valeriy on Saturday, 15 August 2015
Posted in General Issues
Replies 8
Likes 0
Views 443
Votes 0
Incorrect display of photos in the module LeaderBoard. How to fix?
Hi Valeriy,

I am sorry for as I have missed to include the specific class name for the css. You can try the following instead and see how it goes.
body div#fd.mod-es-leaderboard .media img{
min-width: 36px;
}
·
Tuesday, 18 August 2015 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Sunday, 16 August 2015 15:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Valeriy,

I am sorry for the delay of this reply as we are currently having a Joomla conference here in Malaysia and most of the team are involved in the preparation.

I believe there are some css conflict with your current template thus causing the issue. Can you provide us with your Joomla backend and FTP access so we can help to apply the fix directly on your site?
·
Monday, 17 August 2015 12:25
·
0 Likes
·
0 Votes
·
0 Comments
·
sent
·
Tuesday, 18 August 2015 13:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Valeriy,

Can you try to apply the following css code inside your template css file and see how it goes?
body div#fd img, body div#fd input {
min-width: 36px;
}
·
Tuesday, 18 August 2015 14:33
·
0 Likes
·
0 Votes
·
0 Comments
·
If you add your code, it moves the text.
·
Tuesday, 18 August 2015 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you. It works.
·
Wednesday, 19 August 2015 04:56
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Valeriy.
·
Wednesday, 19 August 2015 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post