• Resolved Greg Ross

    (@gregross)


    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://www.ads-software.com/plugins/wp-plugin-info-card/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Large image width overridden by theme’ is closed to new replies.