• Resolved treepop

    (@treepop)


    I went to upload a non repeating static image. I set the background to position:center
    Repeat: No repeat
    Attachment: Fixed

    The image looks to be the same size as the tiled option in the preview. When I look at the web page, the image shows up above the header, but doesn’t show up below the header.

    Please help.

    Thanks

    http://wordpress.org/extend/themes/twentyeleven/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Unless you provide a link to a site demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter treepop

    (@treepop)

    http://www.kleinoakgolf.com/

    Sorry about that. Also I tried right and left for position and I could see the image go down below the header, but not when centered.

    Thanks

    Thread Starter treepop

    (@treepop)

    Ya know what. I think I found the issue. I’m an idiot. If I look close I can see the grass image to the left of my text.

    So now I have two questions. How wide is that middle text section? and
    How Do I remove that space above the header image? If you look close you can see a little white band.

    Thanks again.

    How wide is that middle text section?

    Parent’s style.css:

    .one-column #page {
        max-width: 690px;
    }

    How Do I remove that space above the header image?

    Try adding:

    #branding {
        border-top:none;
    }

    to your child’s CSS.

    Thread Starter treepop

    (@treepop)

    Awesome thanks!

    You’re welcome 🙂

    Thread Starter treepop

    (@treepop)

    If I wanted to extend the nav bar all the way across (no matter how wide the screen), how would I do that?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Theme: Twenty Eleven] I made a backgdoun image 1024×768 and it's showing up small’ is closed to new replies.