Title: Image gallery bug
Last modified: August 22, 2016

---

# Image gallery bug

 *  Resolved [suzE1111](https://wordpress.org/support/users/suze1111/)
 * (@suze1111)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/image-gallery-bug-1/)
 * 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://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/image-gallery-bug-1/#post-5552627)
 * 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](https://wordpress.org/support/users/suze1111/)
 * (@suze1111)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/image-gallery-bug-1/#post-5552784)
 * 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](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/image-gallery-bug-1/#post-5552788)
 * 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.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

## Tags

 * [image size error](https://wordpress.org/support/topic-tag/image-size-error/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/image-gallery-bug-1/#post-5552788)
 * Status: resolved