03/30/2015 at 10:25 am
#330027
Keymaster
@ Laura
This is the style within Connections which auto adjusts the widths, most of which are already flagged important.
img.cn-image {
border: none !important;
height: auto !important;
left: 0 !important;
margin: 0 !important;
max-height: none !important;
max-width: 100%;
padding: 0 !important;
position: relative !important;
top: 0 !important;
width: auto; /* For proper IE8 support for max-width, width:auto needs to be defined. */
}
As you see this is pretty explicit. You’ll have to use the browser dev tools to inspect the CSS and figure out what styles in the theme is overriding this.
