push rss ads further right
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user