• Resolved suzE1111

    (@suze1111)


    I installed and posted two test jobs however; my job board page (showing the list if available jobs in a summary) and the post page (showing the job detail) both show an image that covers 97% of the text. This makes the plugin unusable for people to post. Has anybody else had this problem?
    I can add in custom css such as the code below on the job board page to change the image size but it doesn’t save, it keeps defaulting back to the original format.

    .post img, #left_area img, .service img, #logo {
    max-width: 10%;
    height: auto;
    width: auto;
    }

    Any ideas?

    thank you in advance

    https://www.ads-software.com/plugins/wp-job-manager/

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

    (@mikejolley)

    Would need to see the page to see what CSS is breaking it, but you can try using !important on your rules.

    height: auto !important;
    width: auto !important;
    Thread Starter suzE1111

    (@suze1111)

    Thanks Mike but it didn’t work. Spent too much time trying all the suggested options. Using ET Trim theme, and no matter what I try it keeps breaking the theme one way or another.

    Plugin Author Mike Jolley

    (@mikejolley)

    If you post a link I can see whats causing it with the CSS inspector.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image gallery bug’ is closed to new replies.