• Resolved skrekkugle

    (@skrekkugle)


    Hi!

    Im fiddling around with the default theme that came with the newest WordPress, and I can’t seem to get rid of a white line under my footer. Anyone know how I can get rid of this?

    My site is https://www.skrekkugle.net

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Its the background color of the #footer DIV…

    #footer {
    	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
    	border: none;
    	}

    You can do this for transparent…

    #footer {
    	background: transparent url('images/kubrickfooter.jpg') no-repeat top;
    	border: none;
    	}
    Thread Starter skrekkugle

    (@skrekkugle)

    Thanks! Transparent also gave a pretty weird result. It’s like theres a 1px line of nothing down there.. I’ll just have to find someway to make it not noticable ??

    Thanks!

    Why don’t you just apply the styling onto the footer DIV instead of nesting a P inside and styling that as it is currently?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modifying default theme. Get rid of white line..’ is closed to new replies.