• Resolved luxechandelier

    (@luxechandelier)


    There is way too much extra space after the footer displaying the background. I don’t want that… I’d like a sticky footer and I’ve tried all the codes I found to get this to work and nothing worked.

    Website is: https://www.leahvikshelton.com/wp

    Does anyone know what I need to fix/change? Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit style.css and amend the value for height in:

    #footercredit {
    background:url("https://www.leahvikshelton.com/wp/images/content.png") no-repeat center top;
    font-family:arial,tahoma;
    font-size:10px;
    height:156px;
    margin:0 auto;
    text-align:center;
    width:930px;
    }
    Thread Starter luxechandelier

    (@luxechandelier)

    Thank you!! I changed the height to 50px and it worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get Rid of Extra Space in Footer’ is closed to new replies.