• Resolved barryglick

    (@barryglick)


    You’ll see the problem, but only intermittently:

    http://techno-french.com

    The image header is way over on the right, and all the text is printed onto the background. Completely ruins the effect.

    I don’t know what I did, because the parent them works fine, and it’s not the image, because when I insert an alternate image into my child theme, it still breaks.

    Any ideas?]

    Barry

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter barryglick

    (@barryglick)

    I can only leave it this way for a little bit, or anyone thinking about subscribing will head for the hills, so I would appreciate a response as soon as possible, and thank anyone who offers a solution (or even tries) profusely in advance.

    Barry

    The @import line of your child theme?

    @import url("http://localhost/wordpress/wp-content/themes/twentyten/style.css");

    Generally that line should be:

    @import url("../twentyten/style.css");

    Thread Starter barryglick

    (@barryglick)

    Yes! I developed locally, on XAMP, had some trouble getting my local installation to find the twentyten theme, so provided the full path, and just forgot to change it. Thanks so much!

    Barry

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My Child Theme header and background are all over the place’ is closed to new replies.