Title: editing css
Last modified: August 24, 2016

---

# editing css

 *  Resolved [scrltotara](https://wordpress.org/support/users/scrltotara/)
 * (@scrltotara)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/editing-css-20/)
 * I have not been successful “fixing” the css for the meta line. Mine is being 
   cut off and the text isn’t lining up, but I can’t find how to fix it. Can anyone
   point me in the right direction?
 * The submit button is also not lining up.
 * Thanks!
 * [http://criticalpathinc.net/dev/job/brand-lead-thrombosis/](http://criticalpathinc.net/dev/job/brand-lead-thrombosis/)
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

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

 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/editing-css-20/#post-6055001)
 * Your theme is adding some styles which changes the position of the icon:
 * [http://glui.me/?i=1hf99efmd9txw8x/2015-04-25_at_00.01.png/](http://glui.me/?i=1hf99efmd9txw8x/2015-04-25_at_00.01.png/)
 * You will need to fix this positioning by targeting this selector:
 *     ```
       .single_job_listing .meta .location:before, .single_job_listing .meta .date-posted:before {}
       ```
   
 * e.g.
 *     ```
       .single_job_listing .meta .location:before, .single_job_listing .meta .date-posted:before {
         margin: 0 2px 0 0 !important;
         vertical-align: top !important;
         line-height: 1em;
       }
       ```
   
 *  Thread Starter [scrltotara](https://wordpress.org/support/users/scrltotara/)
 * (@scrltotara)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/editing-css-20/#post-6055104)
 * Can I add that to my own stylesheet, or do I have to edit the plugin stylesheet(
   in which case it will get overwritten).
 *  [Scott Basgaard](https://wordpress.org/support/users/scottbasgaard/)
 * (@scottbasgaard)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/editing-css-20/#post-6055106)
 * You could add this to your own stylesheet or use a custom CSS plugin like the
   one that’s bundled with Jetpack for example.
 * Let us know if you still have any issues here.
 * Thanks!
    Scott
 *  Thread Starter [scrltotara](https://wordpress.org/support/users/scrltotara/)
 * (@scrltotara)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/editing-css-20/#post-6055134)
 * Still trying to fix the sumbit button and the location text (it’s too low). The
   css above fixed the rest.
 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/editing-css-20/#post-6055136)
 *     ```
       .application_button { height: auto !important; }
       ```
   

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

The topic ‘editing css’ 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/)

 * 5 replies
 * 3 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/editing-css-20/#post-6055136)
 * Status: resolved