• Hi everyone,
    I just get a CSS problem in my wordpress.
    I cannot repeat-x of my footer background…
    anyone know what happen?

    #access .menu-header,
    div.menu,
    #branding,
    #main,
    #wrapper,
    #copyright {
    margin: 0 auto;
    width: 1000px;
    }

    #bodyindex {
    background:url(“images/index_02.png”) repeat-x 0% 0% scroll;
    width: 100%;
    margin-top: 50px;
    }
    #footer {
    background:url(“images/index_02.png”) repeat-x 0% 0% scroll;
    width: 100%;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try a CSS forum, where support is provided for specific CSS queries.

    try using a browser inspection tool such as Firebug to investigate what is formatting the footer;

    without a live link to your site, nobody will be able to comment on your problem.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘footer background cannot repeat-x’ is closed to new replies.