Title: Additional Images on background
Last modified: August 20, 2016

---

# Additional Images on background

 *  [Deviance](https://wordpress.org/support/users/deviance-1/)
 * (@deviance-1)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/additional-images-on-background/)
 * Hello, i am trying to set two images outside the sidebars one set top right and
   one set bottom left they will be something like a logo.
    Picture: [http://postimage.org/image/fej51ehlz/](http://postimage.org/image/fej51ehlz/)
 * How can this be done?

Viewing 1 replies (of 1 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 10 months ago](https://wordpress.org/support/topic/additional-images-on-background/#post-3065938)
 * This can be done with [absolute positioning](http://www.w3schools.com/Css/css_positioning.asp).
 * Put the two elements just below the opening body HTML element, then apply the
   positioning CSS;
 *     ```
       #logo1,
       #logo2 {
        position: absolute;
       }
   
       #logo1 {
        top: 0;
        right: 0;
       }
   
       #logo2 {
        bottom: 0;
        left: 0;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Additional Images on background’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/additional-images-on-background/#post-3065938)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
