Set Image in Background Position.

If you want to set any type of image in background position. so follow these easy steps with thekroyaard.com.

How To

>> Open Your style.css section.

>> paste these code

background-image: url(image_url) ;
background-size: 250px 1600px;
background-repeat: no-repeat;

>> then save and apply this.