Title: Post Alignment Is Off &#8211; Please Help
Last modified: August 31, 2016

---

# Post Alignment Is Off – Please Help

 *  Resolved [jakey_boy](https://wordpress.org/support/users/jakey_boy/)
 * (@jakey_boy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-alignment-is-off-please-help/)
 * Hi,
 * Could anyone tell me why my post alignment is off? it should be centered but 
   for some reason it’s to the right. I have searched everywhere and haven’t been
   able to find the answer. I am getting desperate. Thanks in advance
 * [http://weekendvacationist.com/travel/buenos-aires](http://weekendvacationist.com/travel/buenos-aires)
 * [http://pastebin.com/VFtjRy7a](http://pastebin.com/VFtjRy7a)

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

 *  [Archana Solanki](https://wordpress.org/support/users/archanasolanki/)
 * (@archanasolanki)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-alignment-is-off-please-help/#post-7268933)
 * Hi there,
 * It is happening because in style.css file of your theme,
 *     ```
       #primary {
       float: right;
       width: 66.6666%;
       }
       ```
   
 * the float right is setting the right alignment of the content.
 * It is not advisable to modify the style.css file. Hence, I would suggest you 
   to contact to the theme developers. They’ll be able to help you better way! 🙂
 * Thanks,
    Archana.
 *  Thread Starter [jakey_boy](https://wordpress.org/support/users/jakey_boy/)
 * (@jakey_boy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-alignment-is-off-please-help/#post-7269070)
 * Hi Archana,
 * The theme developers are providing much support so looks like I am going to have
   to change it my self, want to try avoid using a different theme as I have invested
   time into this one. Could you provide suggestions on what the style.css line 
   should be? Also below is the single.php code as the problem may also lie there.
 * [http://pastebin.com/BC6mFNfc](http://pastebin.com/BC6mFNfc)
 * Your help is much appreciated.
 * Thanks
 *  [Archana Solanki](https://wordpress.org/support/users/archanasolanki/)
 * (@archanasolanki)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-alignment-is-off-please-help/#post-7269074)
 * Hi there,
 * You may find the code here
 * [http://pastebin.com/VFtjRy7a](http://pastebin.com/VFtjRy7a)
 * at line number 2025.Just change it to
 *     ```
       #primary {
       float: none;
       width: 100%;
       }
       ```
   
 * Hope this will work for you!
 * Thanks,
    Archana.
 *  [Archana Solanki](https://wordpress.org/support/users/archanasolanki/)
 * (@archanasolanki)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-alignment-is-off-please-help/#post-7269075)
 *  Thread Starter [jakey_boy](https://wordpress.org/support/users/jakey_boy/)
 * (@jakey_boy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-alignment-is-off-please-help/#post-7269077)
 * Thank you very much Archana, this worked a treat.
 *  [Archana Solanki](https://wordpress.org/support/users/archanasolanki/)
 * (@archanasolanki)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-alignment-is-off-please-help/#post-7269079)
 * I am glad that I could be of any help! 🙂
 * Thanks,
    Archana.

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

The topic ‘Post Alignment Is Off – Please Help’ is closed to new replies.

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [Archana Solanki](https://wordpress.org/support/users/archanasolanki/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/post-alignment-is-off-please-help/#post-7269079)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
