hi. on some pages there is a “dirty” footer area. i do not see the white background color – there is something inside the footer.
PC, Win7, Chrome: http://imgur.com/VZR00D3
iphone5: http://imgur.com/YWjPQnX
Hi wiwaldi79!
Please add following code to Quick CSS
#footer {
background: transparent!important;
}
Cheers!
Yigit
is there a simple way to make this (facebook footer) area smaler? 80px high? http://imgur.com/2F51jTy
Hi!
Please add following code to Quick CSS as well
#footer {
padding: 0;
}
Cheers!
Yigit
#footer {
background: transparent!important;
padding: 0;
}
OK, thank you. I think it works but now i have a little problem :) http://imgur.com/sKguCrk
Can you help me to get her up into the blue area?
Hey!
Please find following code in your custom CSS
.avia_transform .avia_start_delayed_animation.pop-up.avia_animated_image {
bottom: 0px !important;
}
and change it to following
.avia_transform .avia_start_delayed_animation.pop-up.avia_animated_image {
bottom: 14px !important;
}
and she should be back where she supposed to be :)
Regards,
Yigit
GREAT! CLOSED.