Support » Themes and Templates » Footer content too far up!

  • Hi,

    I’ve been searching everywhere for a (working) solution for this but to no avail …

    I’m obviously modifying another theme (have been following a tutorial on customizing WordPress on my own Lol) BUT regardless of what I do I cant seem to get the newspaper image to be at the very bottom or move the copyright info ~

    You can see what I mean here.

    Any help would be appreciated, thank so much …

    The css I’m using currently is:

    .newspaper {
    margin-bottom: 0px;
    float:right; background:url(img/newspaper.png); width:382px; height:329px; }

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jennifer420

    (@jennifer420)

    Anyone have any suggestions … just a little direction and I’d be grateful ~

    decrease the height it must be something

    .newspaper {
    margin-bottom: 0px;
    float:right; background:url(img/newspaper.png); width:382px; height:20px; }

    hope it works

    Thread Starter jennifer420

    (@jennifer420)

    Thanks mohit,

    Didn’t work no … just cut the newspaper image shorter!

    I’ve been searching everywhere, can’t figure out where I’m messing up …

    .newspaper {
    margin-bottom: 0px;
    float:right; background:url(img/newspaper.png) bottom ; width:382px; height:329px;padding-bottom:0px }
    Thread Starter jennifer420

    (@jennifer420)

    Thanks mohitkr05, but still no go 🙁

    I’m about ready to give up on it I think.

    Thanks for your help

    Change this:

    #footer {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#D4D4D4 url(img/footer.jpg) repeat-x scroll 0 0;
    clear:both;
    height:329px;
    margin-bottom:0;
    padding:0;
    width:100%;
    }

    that is height from 350px to 329px but then the brown image at the footer gets less height.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer content too far up!’ is closed to new replies.