Title: [NSFW] Posts that align right
Last modified: August 20, 2016

---

# [NSFW] Posts that align right

 *  Resolved [Tyrant2012](https://wordpress.org/support/users/tyrant2012/)
 * (@tyrant2012)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/posts-that-align-right/)
 * I have a site that whenever I make a new post it aligns all the way to the right
   instead of to the left or center like the rest of the page. Anyone know how to
   fix this?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/posts-that-align-right/#post-2385108)
 * please post a link to your site.
 *  Thread Starter [Tyrant2012](https://wordpress.org/support/users/tyrant2012/)
 * (@tyrant2012)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/posts-that-align-right/#post-2385258)
 * [http://spit-spunk.com/?p=124](http://spit-spunk.com/?p=124)
    [NSFW]
 * Please be advised it is for a Adult tube site. Just a heads up. But all my test
   posts go all the way to the right and get cut off.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/posts-that-align-right/#post-2385273)
 * i assume the theme is not designed to show wide videos in the text section on
   the right, which is restricted to a width of 250px;
    the single post template(
   single.php) seems to have a video section on the left:
 *     ```
       .videosection{
       	width:650px;
       	float:left;
       	margin-left:34px;
       	display:inline;background:pink;
       	}
       ```
   
 * (which you seem to have removed in the template; in which case you could also
   remove the above css style)
 * and a text section on the right:
 *     ```
       .textsection{
       	width:250px;
       	float:right;
       	padding:0 35px;
       	}
       ```
   
 * into which your post content is added.
 * try to edit this text section css in style.css, and for instance change to:
 *     ```
       .textsection{
       	width:940px;
       	float:left;
       	padding:0 35px;
       	}
       ```
   
 * (not tested for side effects in other parts of the site)
 *  Thread Starter [Tyrant2012](https://wordpress.org/support/users/tyrant2012/)
 * (@tyrant2012)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/posts-that-align-right/#post-2385277)
 * YAY!!! It worked thank you oh so very much 🙂
 *  Thread Starter [Tyrant2012](https://wordpress.org/support/users/tyrant2012/)
 * (@tyrant2012)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/posts-that-align-right/#post-2385279)
 * but one last question you said there is a video section which I seemed to have
   removed? I didnt remove anything like that how could that impact my site? Is 
   it something I need to add back in and if so how and where?

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

The topic ‘[NSFW] Posts that align right’ is closed to new replies.

## Tags

 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tyrant2012](https://wordpress.org/support/users/tyrant2012/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/posts-that-align-right/#post-2385279)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
