Title: Tiling A Background
Last modified: September 4, 2016

---

# Tiling A Background

 *  [sazra](https://wordpress.org/support/users/sazra/)
 * (@sazra)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tiling-a-background/)
 * 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)

 *  [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * (@themesumo)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tiling-a-background/#post-8135816)
 * 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](https://wordpress.org/support/users/sazra/)
 * (@sazra)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tiling-a-background/#post-8136177)
 * Thanks. I can’t seem to find this section on my editor. The website is [http://www.sazra.co.uk](http://www.sazra.co.uk).
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tiling-a-background/#post-8136969)
 * 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.

## Tags

 * ["background-image"](https://wordpress.org/support/topic-tag/background-image/)
 * [background](https://wordpress.org/support/topic-tag/background/)
 * [repeat](https://wordpress.org/support/topic-tag/repeat/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/tiling-a-background/#post-8136969)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
