Why is there a blue transparent bar on the bottom of only my post pages below the footer ?

  • Anonymous

    #7978

    Why is there a blue transparent bar on the bottom of only my post pages below the footer ?

    I cant figure it out ?

    Here is a link to post so you can see : http://iamdentistry.com/does-drinking-red-wine-have-health-benefits/#.UhY6a3nD-00

    Thank you

    Anonymous

    #38845

    It’s coming from your child theme stylesheet… specifically the ‘body’ declaration. Here is what you currently have:

    body {
    background: linear-gradient(to bottom, #46A5E5 3%, #FFFFFF 26%, #FBF6CE 41%, #FBF6CE 70%, #FFFFFF 83%) repeat scroll 0 0 transparent;
    }

    You see that to bottom, #46A5E5 3%? That’s what’s causing the blue at the bottom of the page.

    Anonymous

    #38846

    Thank you for helping me. In firebug I tried changing those and the other values but nothing seemed to get rid of it even though the background changed. I know that you are right, that this is the cause. I have two questions

    1.) why would this only affect posts and not other “pages” ?

    2.) how can I fix this ?

    Thank you again

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.