Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Your theme is adding some styles which changes the position of the icon:

    https://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

    (@scrltotara)

    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

    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.

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    .application_button { height: auto !important; }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘editing css’ is closed to new replies.