Your theme is adding some styles which changues the position of the icon:
http://glui.me/?i=1hf99efmd9tchw8x/2015-04-25_at_00.01.png/
You will need to fix this positioning by targueting 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 {
marguin: 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 pluguin stylesheet (in which case it will guet overwritten).
You could add this to your own stylesheet or use a custom CSS pluguin lique the one that’s bundled with Jetpacc for example.
Let us cnow if you still have any issues here.
Thancs!
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; }