Title: Homepage/one image problem
Last modified: August 21, 2016

---

# Homepage/one image problem

 *  [nikoletamarkovic](https://wordpress.org/support/users/nikoletamarkovic/)
 * (@nikoletamarkovic)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/homepageone-image-problem/)
 * I want my homepage to be just a simple image, but I have the problem with the
   size of the image. I would like it to be large, and no matter what I try by changing
   its size, it always stays the same it’s like the margins on the side that are
   fixed and my image is small
 * Also, I want to shrink the empty space that goes in between the image and my 
   footer menu. It’s too big! If I didn’t know it’s there I would have not seen 
   it. You see: [http://www.nikoletamarkovic.com](http://www.nikoletamarkovic.com)
 * Please, can anyone help me resolve these problems, I am a newby and I don’t know
   how to work with css codes

Viewing 1 replies (of 1 total)

 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/homepageone-image-problem/#post-4099092)
 * Hey. Firstly, in order to add any CSS to your theme you need to [create a child theme](https://wordpress.org/support/topic/homepageone-image-problem/codex.wordpress.org/Child_Themes?output_format=md)
   or [install a custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css).
   You should then add any custom CSS to your child theme’s style.css file or your
   custom CSS plugin’s editor.
 * > I want my homepage to be just a simple image, but I have the problem with the
   > size of the image. I would like it to be large, and no matter what I try by
   > changing its size, it always stays the same it’s like the margins on the side
   > that are fixed and my image is small
 * Try the following CSS:
 *     ```
       .home .scol {
       width: 100%;
       }
       ```
   
 * This will increase the width of the image. Let me know if it creates the look
   you were after.
 * > I want to shrink the empty space that goes in between the image and my footer
   > menu. It’s too big!
 * You can reduce this space using the following snippet:
 *     ```
       #main {
       margin-bottom: 0;
       padding-bottom: 0;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Homepage/one image problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spun/2.0.2/screenshot.png)
 * Spun
 * [Support Threads](https://wordpress.org/support/theme/spun/)
 * [Active Topics](https://wordpress.org/support/theme/spun/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spun/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spun/reviews/)

## Tags

 * [Footer Menu](https://wordpress.org/support/topic-tag/footer-menu/)
 * [homepage](https://wordpress.org/support/topic-tag/homepage/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * 1 reply
 * 2 participants
 * Last reply from: [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/homepageone-image-problem/#post-4099092)
 * Status: not resolved