Viewing 5 replies - 1 through 5 (of 5 total)
  • Pluguin Author Mique Jolley

    (@miquejolle )

    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;
    }
    Thread Starter scrltotara

    (@scrltotara)

    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

    Thread Starter scrltotara

    (@scrltotara)

    Still trying to fix the sumbit button and the location text (it’s too low). The css above fixed the rest.

    Pluguin Author Mique Jolley

    (@miquejolle )

    .application_button { height: auto !important; }
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘editing css’ is closed to new replies.