Problems with Wordpress Background

2 replies
Can you help me to fix my wordpress background? I cannot figure out how to make the sidebar (near the bottom) continuous. I found the part of the code where this is:

html, body { margin: 0; padding: 0; }

html {
height: 100%;
}
body {
background: #767676 url(images/background-red.jpg) top left repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
padding: 0 0 20px 0;

This is how it looks (go to simoneblum.com - sorry - the forum wont let me post a url) - scroll to the bottom - you see the grey (#767676)? I want that to be a picture of the falling money.

Anyone know how I can add a picture/image into this theme so that the background matches all the way through?

Thanks
Simone
#background #problems #wordpress
  • Profile picture of the author coog
    The easiest way to do it with that theme would be to edit the background image. In photoshop (or whatever graphic editing program you use) copy and paste the black background with the bills to lengthen the image, then re-upload the new background image to your host.

    Charles
    {{ DiscussionBoard.errors[537330].message }}
    • Profile picture of the author Karen Blundell
      yes..the problem is that it is meant to tile across the page so in order for it to tile completely, the background needs to be cut in 2 parts...so that the red strip tiles along the top, and the black money part tiles for the rest of the page. so not only will you have to fix the image in your graphics editor but you then will have to do some extra tweaks to the css...
      like in the header part of your css, not just the part you have here.

      Are you 100% sold on this background?
      why not choose another tiling background and that will solve your problem?
      Signature
      ---------------
      {{ DiscussionBoard.errors[537835].message }}

Trending Topics