• I have a repeat pattern which I am trying to set as a tiled background. I used the customiser to add the background tile and selected ‘repeat’. It doesn’t repeat, it just sets itself as one big background. I have tried duplicating the image to make it repeated and it still does the same. I can’t seem to find the code for it in the editor. I have worked with repeat backgrounds before but never had this trouble. Please advise.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Inspect your site and view the <body> element to see if the correct CSS is being applied.

    It is background-repeat that repeats the image for you, like so:

    body.custom-background {
         background-repeat: repeat;
    }

    If you’re still stuck then provide a link to your site and I’ll inspect further for you.

    Thread Starter sazra

    (@sazra)

    Thanks. I can’t seem to find this section on my editor. The website is https://www.sazra.co.uk.

    with the dimensions 1,800px × 1,800px the background image is too large to be seen tiled in most browser windows.

    try to use a image editing program to shrink the image to some dimensions which would fit several times into a (large) browser window.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tiling A Background’ is closed to new replies.