Title: First Theme
Last modified: August 18, 2016

---

# First Theme

 *  [Hoot](https://wordpress.org/support/users/hoot/)
 * (@hoot)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/first-theme/)
 * Here is the first theme I have made for word press, it is for my bands website:
   
   [http://www.fallendeep.com](http://www.fallendeep.com)

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

 *  [uesugi67](https://wordpress.org/support/users/uesugi67/)
 * (@uesugi67)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/first-theme/#post-545032)
 * Looks nice and simple. Might I suggest some padding between the post text and
   the edge of the red background? I think it would look better and be easier to
   scan.
 *  Thread Starter [Hoot](https://wordpress.org/support/users/hoot/)
 * (@hoot)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/first-theme/#post-545039)
 * I took your advice and added a little more padding, does it look better?
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/first-theme/#post-545042)
 * It looks no different to me. I was going to suggest that as well but decided 
   not to, figured someone else would, and was right.
 * You need to sit about 8-9 pixels off the left margin:
 * Currently you have this:
 *     ```
       .post {
       margin: 0 0 40px;
       text-align: justify;
       }
       ```
   
 * None of that affect the margin uesugi67 is speaking of
 * You need this:
 *     ```
       .post {
       margin: 0 0 40px 9px;
       text-align: justify;
       }
       ```
   
 * assigning margins: top, right, bottom, left.
 *  Thread Starter [Hoot](https://wordpress.org/support/users/hoot/)
 * (@hoot)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/first-theme/#post-545085)
 * I added your code and _now_ does it look better?
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/first-theme/#post-545089)
 * yes much 🙂 but having done that now your right border looks tight. If it were
   me, I would add the same size margin on the right.
 * `margin: 0 9px 40px 9px`
 * that might turn out to make your post area seem narrow, you might want to try
   8/8 or 7/7 and see how that looks to you, but I wouldnt go any less than 6px 
   for each.
 *  [uesugi67](https://wordpress.org/support/users/uesugi67/)
 * (@uesugi67)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/first-theme/#post-545110)
 * Looks better.
 * You might want to declare the page background as white, since right now you haven’t
   declared it so it defaults to the user’s defaults. 99% of people use white, but
   I use light blue. Lots of sites, even big sites, make this mistake.
 *  [tri-fusion](https://wordpress.org/support/users/tri-fusion/)
 * (@tri-fusion)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/first-theme/#post-545150)
 * The theme looks nice but the footer’s text color seem blind. You should change
   it to different colour

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

The topic ‘First Theme’ is closed to new replies.

## Tags

 * [band](https://wordpress.org/support/topic-tag/band/)
 * [template](https://wordpress.org/support/topic-tag/template/)
 * [website](https://wordpress.org/support/topic-tag/website/)

 * 7 replies
 * 4 participants
 * Last reply from: [tri-fusion](https://wordpress.org/support/users/tri-fusion/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/first-theme/#post-545150)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
