By Rob on Wednesday, 06 November 2013
Posted in General Issues
Replies 8
Likes 0
Views 765
Votes 0
Hello,

First time I have seen this. If someone could take a look at the below URL and tell me what I could do to eliminate the white space I will be grateful. I have tried a few CSS tricks to eliminate the blank space but nothing has worked. It appears to be happening on all feeds from the wired.com feed and double posting the image:

http://news.techlick.com/index.php/entry/breaking-bad-em-creator-vince-gilligan-to-make-acting-debut-on-community-em

Thank you again for your time.

Regards,
Rob
hey rob,
just had a quick look at the referenced post and looks like the problem is not coming from doubling the blog image but adding a transparent gif with the dimensions 660 x 495, see here: http://screencast.com/t/oNr9nf5M

if they always add the same gif (haven't checked other posts) you could specify this in a css selector and set it to display: none; and the problem has gone
http://screencast.com/t/SHH469ta
·
Wednesday, 06 November 2013 04:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

Thanks for the quick reply. That is good news.

Regards,
Rob
Rob
·
Wednesday, 06 November 2013 04:19
·
0 Likes
·
0 Votes
·
0 Comments
·
sure. try to add this into your custom css file:

img[src$="1x1.trans.gif"] {display:none;}


it should work fine but let me know if not
·
Wednesday, 06 November 2013 04:33
·
0 Likes
·
0 Votes
·
0 Comments
·
You are a super hero - worked perfect!
Rob
·
Wednesday, 06 November 2013 04:43
·
0 Likes
·
0 Votes
·
0 Comments
·
haha, you're welcome - great to hear that your issue is solved
·
Wednesday, 06 November 2013 04:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

Glad that your issue is solved

Hello Alex,

Thanks for helping out
·
Wednesday, 06 November 2013 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Adelene,

I appreciate the support and the fast responses. I will be a customer for as long as I can.

Best Regards,
Rob
Rob
·
Wednesday, 06 November 2013 13:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

We do appreciate this

Thanks!
·
Wednesday, 06 November 2013 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post