Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #538222

    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

    #538224

    Hi wiwaldi79!

    Please add following code to Quick CSS

    #footer {
        background: transparent!important;
    }

    Cheers!
    Yigit

    #538229

    is there a simple way to make this (facebook footer) area smaler? 80px high? http://imgur.com/2F51jTy

    • This reply was modified 9 years ago by wiwaldi79.
    #538239

    Hi!

    Please add following code to Quick CSS as well

    #footer {
        padding: 0;
    }

    Cheers!
    Yigit

    #538248
    #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?

    #538250

    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

    #538286

    GREAT! CLOSED.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘dirty footer area.’ is closed to new replies.