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/
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;
}
Can I add that to my own stylesheet, or do I have to edit the plugin stylesheet (in which case it will get overwritten).
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
Still trying to fix the sumbit button and the location text (it’s too low). The css above fixed the rest.
.application_button { height: auto !important; }