Title: padding on about.php
Last modified: August 18, 2016

---

# padding on about.php

 *  [tjinh200](https://wordpress.org/support/users/tjinh200/)
 * (@tjinh200)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/padding-on-aboutphp/)
 * **wordpress version** 1.5
    **problem occurring:** about.php **link:** [http://tjinh200.com/tjinh200/?page_id=16](http://tjinh200.com/tjinh200/?page_id=16)
 * i’m having a padding issue on my about.php page, my text/images are just on the
   side, without any space to the left …
 * my about.php code is located here: [http://www.tjinh200.com/test/about.phps](http://www.tjinh200.com/test/about.phps)
 * any ideas?

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

 *  [sleep](https://wordpress.org/support/users/sleep/)
 * (@sleep)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/padding-on-aboutphp/#post-157399)
 * Your markup in about.php is not too hot.
 * `<p></p><b>THE VITALS</b><p></p>
    <b>Name:</b> Tyler<br></br> <b>Age:</b> 20<
   br></br> <b>Location:</b> Boston<br></br> <b>Born</b> in Seoul, South Korea<br
   ></br>  <b>Raised</b> in the US<p></p> <b>Countries I've Visited</b> <p></p>
 * Try putting your content inside the `<p>here</p>` paragraph tags and then style
   the tags to get some margin.
 *  Thread Starter [tjinh200](https://wordpress.org/support/users/tjinh200/)
 * (@tjinh200)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/padding-on-aboutphp/#post-157400)
 * i’ve tried some different things to get the tags to create some padding, but 
   it looks like i’m just not trying the right ones … any suggestions? …
 *  [sleep](https://wordpress.org/support/users/sleep/)
 * (@sleep)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/padding-on-aboutphp/#post-157404)
 * I’m not sure how much you know about css but you could
 * `<strong>THE VITALS</strong>`
 *  <strong>Name</strong>: Tyler
 * etc.
 * and then in your style.css
 * change line 104 to a number you are confortable with.
 * or
 * add
 * `p { margin-left: 10px; }
    img { margin-left: 10px; }
 * to the bottom of the same section of your style.css if you only want left magins.
 * if you only change line 104 then you’ll have to put the images in the `<p>` tags
   or style them separately as in
 * `img { margin-left: 10px; }`
 *  [sleep](https://wordpress.org/support/users/sleep/)
 * (@sleep)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/padding-on-aboutphp/#post-157410)
 * The above post should have `<p>` tags around the first two line with the `<strong
   >` tags.
    This _backtick_ thing got all screwy and now I get and XML error while
   using FF.
 * And for some reason, while in IE I do not get an edit link.
 * Just play with css to get the margins…

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

The topic ‘padding on about.php’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [sleep](https://wordpress.org/support/users/sleep/)
 * Last activity: [21 years, 3 months ago](https://wordpress.org/support/topic/padding-on-aboutphp/#post-157410)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
