push rss ads further right

This commit is contained in:
albert
2013-02-21 14:24:57 -05:00
parent e734fc77a9
commit 478ca642e7

View File

@@ -244,8 +244,8 @@
if (image.length) { if (image.length) {
var x = image.offset().left + image.width() + 50; var x = image.offset().left + image.width() + 50;
var y = image.offset().top; var y = image.offset().top;
if (x < 950) { if (x < 1050) {
x = 950 x = 1050
} }
jlist.css({ jlist.css({
position: "absolute", position: "absolute",