Title: Finding Width for Single Posts
Last modified: August 19, 2016

---

# Finding Width for Single Posts

 *  Resolved [mkirkwag](https://wordpress.org/support/users/mkirkwag/)
 * (@mkirkwag)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/)
 * Can anyone tell me where the width for a single post (as opposed to a page or
   the whole blog page) would normally be located in a theme and what it might say?
   I can’t seem to find it. Thanks!

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

 *  [xdesi](https://wordpress.org/support/users/xdesi/)
 * (@xdesi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1782928)
 * The theme file for a Single Post is usually called “single.php”, however the 
   width would probably be defined in the CSS (usually style.css) for the page since
   CSS controls the presentation of the page.
 * So you would be looking for the CSS class/ID which controls the single post width
   and then find it in the CSS and edit the width.
 *  Thread Starter [mkirkwag](https://wordpress.org/support/users/mkirkwag/)
 * (@mkirkwag)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1782935)
 * What I was really asking was where in the style sheet…I’ve pored through the 
   style sheet line by line and I can’t find it…so I need to know what the class
   id is likely to be or what the usual language is that defines a single post. 
   Just knowing that it should be there hasn’t helped me because I’m so ignorant
   of what the code should be. It seems to me I’ve changed every possible thing 
   related to “width” in the style sheet, but apparently not.
 * There’s nothing at all referring to “width” in single.php.
 *  [xdesi](https://wordpress.org/support/users/xdesi/)
 * (@xdesi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1782984)
 * Well you need to open up a single post page view the Source code from there and
   find/identify the element class/ID in question. There is no specific/convential
   naming, it could be anything.
 * Obviously we can only help so far without seeing the page in question!
 *  Thread Starter [mkirkwag](https://wordpress.org/support/users/mkirkwag/)
 * (@mkirkwag)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1782992)
 * Oh, sorry – I always put the page in…forgot!
    Here’s a single post [](http://tribeofadmins.com/eggcorns-and-malaprops)
   [ is the main page for comparison or the blog itself is here (since that’s a static page): ](http://tribeofadmin.com)
   [](http://tribeofadmins.com/tips-and-tricks-blog)
 * I’m trying to figure out why the sidebar is kicked out on the single posts only,
   and I’m thinking that width of the single post itself might be defined differently
   than the others.
 *  Thread Starter [mkirkwag](https://wordpress.org/support/users/mkirkwag/)
 * (@mkirkwag)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1783003)
 * That came out odd.
    Here’s a single post: [http://tribeofadmins.com/eggcorns-and-malaprops](http://tribeofadmins.com/eggcorns-and-malaprops)
   and here’s the blog page: [http://tribeofadmins.com/tips-and-tricks-blog](http://tribeofadmins.com/tips-and-tricks-blog)
 *  Thread Starter [mkirkwag](https://wordpress.org/support/users/mkirkwag/)
 * (@mkirkwag)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1783198)
 * Hi…does anyone have time to look at this to see if you can tell what the class
   id is for single post width? I can’t find it in the style sheet or in the single
   post.php…or anywhere else. My sidebar is getting bumped in single posts, and 
   I’m wondering if I somehow changed the width of the posting area so that it’s
   bumping the sidebar.
    Here’s a single post: [http://tribeofadmins.com/eggcorns-and-malaprops](http://tribeofadmins.com/eggcorns-and-malaprops)
   and here’s the blog page: [http://tribeofadmins.com/tips-and-tricks-blog](http://tribeofadmins.com/tips-and-tricks-blog)
 * Thanks in advance!
 *  [xdesi](https://wordpress.org/support/users/xdesi/)
 * (@xdesi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1783205)
 * Hi you are missing a closing DIV hence why the sidebar is dropping because it
   is still in the left content DIV if you understand, so you need to close this
   div before your sidebar.
 * If this is only happening on posts then I guess you just need to add a </div>
   to the end of your single.php
 *  Thread Starter [mkirkwag](https://wordpress.org/support/users/mkirkwag/)
 * (@mkirkwag)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1783214)
 * single.php begins
    `<div id="sidebar" class="sidebars">` and ends `</div>` Seems
   right, doesn’t it?
 *  Thread Starter [mkirkwag](https://wordpress.org/support/users/mkirkwag/)
 * (@mkirkwag)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1783215)
 * ignore that. sorry.
 *  Thread Starter [mkirkwag](https://wordpress.org/support/users/mkirkwag/)
 * (@mkirkwag)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1783216)
 * Thanks! That did it. I found it in the middle of the single.php page. It’s probably
   obvious from the above that I was looking at sidebar.php instead of single.php…
   I need a little red-faced emoticon here.
 * Appreciate the help. I’m off to go read up on DIV

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

The topic ‘Finding Width for Single Posts’ is closed to new replies.

## Tags

 * [single post](https://wordpress.org/support/topic-tag/single-post/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 2 participants
 * Last reply from: [mkirkwag](https://wordpress.org/support/users/mkirkwag/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/finding-width-for-single-posts/#post-1783216)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
