• My website is uscfractal.com

    I was editing the style css recently and the space that I had put between the background and header/content at the top and the footer and bottom of the page disappeared, so that the table starts at the very top of the page and ends at the very bottom (which I don’t want)

    Also need to tile an image for the background; i’ve already tried a background: #fff url (“akjdfakjdfja”) etc. etc. in the body { part, but to no avail.

    I’m using the theme: sight

    Thanks!

Viewing 1 replies (of 1 total)
  • I was editing the style css recently and the space that I had put between the background and header/content at the top and the footer and bottom of the page disappeared, so that the table starts at the very top of the page and ends at the very bottom (which I don’t want)

    I don’t see this problem any more. Guess you fixed it?

    Make the below suggested change and any others in a child theme and not directly in the main theme itself in order to prevent loss of customizations upon theme updates.

    See http://codex.wordpress.org/Child_Themes

    Add the following sample code at the end of child theme’s style.css (WP dashboard -> Appearance -> Editor):

    body {
        background: url("http://f.cl.ly/items/1N0D0n2Q2I3p293i1O1A/pw_maze_white.png") repeat;
    }
Viewing 1 replies (of 1 total)

The topic ‘Sight theme: content trouble and background image’ is closed to new replies.