Title: Styling Issue
Last modified: August 21, 2016

---

# Styling Issue

 *  Resolved [vaughnji](https://wordpress.org/support/users/vaughnji/)
 * (@vaughnji)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/styling-issue/)
 * This isn’t one that I can explain easily so, I will add a link to my page to 
   show what the issue is. I’m not sure why the alignment is off and if anything
   can be done about it. Please help.
 * [http://beta.thevaughntribune.com/jobs/#.U8b7h7Foif4](http://beta.thevaughntribune.com/jobs/#.U8b7h7Foif4)
 * I’m using the Backbone framework from ColorLabs
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

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

 *  [Evert](https://wordpress.org/support/users/fourleafed/)
 * (@fourleafed)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/styling-issue/#post-5104600)
 * Looks good to me!
 *  Thread Starter [vaughnji](https://wordpress.org/support/users/vaughnji/)
 * (@vaughnji)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/styling-issue/#post-5104606)
 * Thank you, but shouldn’t the job post extend all the way to the right? For what
   reason would it stop where it does? It doesn’t appear this way in any demo I’ve
   seen.
 *  [Evert](https://wordpress.org/support/users/fourleafed/)
 * (@fourleafed)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/styling-issue/#post-5104607)
 * Looks like the theme is injecting css classes into the job list (‘two-col-left’
   and ‘col8’). Have you contacted ColorLabs?
 *  Thread Starter [vaughnji](https://wordpress.org/support/users/vaughnji/)
 * (@vaughnji)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/styling-issue/#post-5104612)
 * No, I wouldn’t even know what to ask them. I’m not the most familiar with code
   so, I’m looking for a little direction.
 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/styling-issue/#post-5104647)
 * I think you need to ask them what code of theirs is inserting the class, and 
   how you can prevent it.
 * It’s coming from the post_class function [https://github.com/mikejolley/WP-Job-Manager/blob/master/wp-job-manager-template.php#L552](https://github.com/mikejolley/WP-Job-Manager/blob/master/wp-job-manager-template.php#L552)
 * Fix with css for now:
 *     ```
       ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
       width: 100% !important;
       }
       ```
   
 *  Thread Starter [vaughnji](https://wordpress.org/support/users/vaughnji/)
 * (@vaughnji)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/styling-issue/#post-5104677)
 * Okay, ColorLabs said that they’ve encountered this bug with this plugin before–
   basically, Backbone and WP Jobs both use the same class, so then the website 
   gets confused about which styling to use. They have both now been overridden 
   in an override.css file. This seems to have worked.
 * Thanks!

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

The topic ‘Styling Issue’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [vaughnji](https://wordpress.org/support/users/vaughnji/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/styling-issue/#post-5104677)
 * Status: resolved