Title: Large image width overridden by theme
Last modified: August 22, 2016

---

# Large image width overridden by theme

 *  Resolved [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/large-image-width-overridden-by-theme/)
 * The theme I’m using sets the max-width for img’s in a post to be 97.5%, which
   shrinks the background image in the large card a bit and leaves a blank area 
   at the right.
 * I fixed this by setting the max-width value in css file as below:
 *     ```
       .large.wp-pic .wp-pic-asset-bg img{
       	padding: 0;
       	margin: 0;
       	display: block;
       	max-width: 100%;
       }
       ```
   
 * [https://wordpress.org/plugins/wp-plugin-info-card/](https://wordpress.org/plugins/wp-plugin-info-card/)

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

 *  Plugin Author [Brice Capobianco](https://wordpress.org/support/users/brikou/)
 * (@brikou)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/large-image-width-overridden-by-theme/#post-5739205)
 * Hi again Greg,
    I will add this to the next release as well. Cheers
 *  Thread Starter [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/large-image-width-overridden-by-theme/#post-5739261)
 * Perfect.
 *  Plugin Author [Brice Capobianco](https://wordpress.org/support/users/brikou/)
 * (@brikou)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/large-image-width-overridden-by-theme/#post-5739372)
 * Hi,
    Last version (2.3.6) includes the fix.
 *  Thread Starter [Greg Ross](https://wordpress.org/support/users/gregross/)
 * (@gregross)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/large-image-width-overridden-by-theme/#post-5739374)
 * I saw, just tested it and no issues. Thanks.

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

The topic ‘Large image width overridden by theme’ is closed to new replies.

 * ![](https://ps.w.org/wp-plugin-info-card/assets/icon.svg?rev=1031164)
 * [WP Plugin Info Card](https://wordpress.org/plugins/wp-plugin-info-card/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-plugin-info-card/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-plugin-info-card/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-plugin-info-card/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-plugin-info-card/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-plugin-info-card/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Greg Ross](https://wordpress.org/support/users/gregross/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/large-image-width-overridden-by-theme/#post-5739374)
 * Status: resolved