Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13547

artisana on "Site Generator Code: What exactly is wrong here?"

$
0
0

My site generator/footer area background is not displaying properly and I have not figured out why. ANY HELP is very appreciated--I honestly don't know what else to try, but have faith that someone with more experience can point out my error without much effort.

Here is my css for the site generator:

#site-generator {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #abd9d6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-top: none;
    color: #fff;
    font-size: 17px;
    padding: 1em;
    text-align: left;
}

Site: http://dreaminspireddesign.com

I've resorted to adding background color to the footer column elements, but this is just a bad temporary fix.

The background seemed fine until I was able to properly float the columns/elements. It's like I can only solve one or the other!

Thanks so much!


Viewing all articles
Browse latest Browse all 13547

Trending Articles