Title: Image libraries required?
Last modified: August 22, 2016

---

# Image libraries required?

 *  Resolved [Joshua Withers](https://wordpress.org/support/users/joshuawithers/)
 * (@joshuawithers)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/image-libraries-required/)
 * I’ve just set up a new VPS, and I’ll admit I’m not an expert, but I’ve got WordPress
   running with Serene and I think I’ve come across a problem.
 * In other Serene installs I see the feature image fill the feature image space,
   no borders. On mine, there’s borders on the left and right.
 * Is there a PHP, Apache, VPS, something, trick I need to install or activate?

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/image-libraries-required/#post-5812697)
 * Hey there Joshua,
 * How are you today?
 * This should be possible to fix with some custom CSS. Could you please try adding
   the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .main-image a img {
       width: 100%;
       height: auto;
       }
       ```
   
 * This should make featured images in full width. If this doesn’t work could you
   please post link to your site so I can take a look?
 * Hope this helps 🙂
 * Best regards,
    Bojan
 *  Thread Starter [Joshua Withers](https://wordpress.org/support/users/joshuawithers/)
 * (@joshuawithers)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/image-libraries-required/#post-5812708)
 * It did help, though I’ll throw a suggestion back for others looking at this
 *     ```
       .main-image a img, .main-image img {
       width: 100%;
       height: auto;
       }
       ```
   
 * So the css applies to the single post as well. Thanks!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/image-libraries-required/#post-5812714)
 * Hey again,
 * Glad I could help 🙂 Have a great weekend!
 * Cheers,
    Bojan

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

The topic ‘Image libraries required?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/serene/1.4/screenshot.png)
 * Serene
 * [Support Threads](https://wordpress.org/support/theme/serene/)
 * [Active Topics](https://wordpress.org/support/theme/serene/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/serene/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/serene/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/image-libraries-required/#post-5812714)
 * Status: resolved