Title: Theme: Canvas repeating side image
Last modified: August 30, 2016

---

# Theme: Canvas repeating side image

 *  Resolved [stepfaul](https://wordpress.org/support/users/stepfaul/)
 * (@stepfaul)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/theme-canvas-repeating-side-image/)
 * Hi All,
 * First time poster and relative newbie with WP… I am just playing with a Canvas
   child theme and would like to add a repeating image (200 x 200) to the sides 
   of my site if this is at all possible. A boxed layout style setting has been 
   set but when specifying a repeating background image in the General styling options
   the entire area is populated with a background and not just the sides.
 * The site is littletigergifts . co . uk/wptest
 * For reference, I am trying to achieve a similar look to my current non WP site
   where an image of some paws has been specified on the sides when view from a 
   desktop machine – littletigergifts . co . uk
 * Thanks
 * Steve.

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

 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/theme-canvas-repeating-side-image/#post-6878333)
 * add this to your custom css or child theme’s style.css file
 *     ```
       body {
           background-image: url("http://littletigergifts.co.uk/wpimages/wpb18f6ff3_06.jpg") !important;
           background-repeat: repeat !important;
       }
       #inner-wrapper {
           background: #fff;
       }
       ```
   
 * of course you can replace the url bit for the background image to whatever image
   file you need
 *  Thread Starter [stepfaul](https://wordpress.org/support/users/stepfaul/)
 * (@stepfaul)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/theme-canvas-repeating-side-image/#post-6878352)
 * Thanks for taking the time to respond, that css has done the job perfectly.
 * Steve.

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

The topic ‘Theme: Canvas repeating side image’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [stepfaul](https://wordpress.org/support/users/stepfaul/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/theme-canvas-repeating-side-image/#post-6878352)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
