I don't know if this is left over from radix 2.x or not, but radix is removing the floats, etc. that are used to float images left and add a margin to the content next to the image. I wasn't sure if there is a bootstrap reason for that or not. Here's a screenie and the css I've identified.
/* line 9, ../../extensions/compass_radix/stylesheets/compass_radix/_node.scss */
.field img.panopoly-image-full,
.field img.panopoly-image-half,
.field img.panopoly-image-quarter {
max-width: 100%;
width: auto;
height: auto;
float: none;
margin: 0;
}

Comments
Comment #1
shadcn commentedThis is from an old fix inside Radix. Ok to have this removed now.
Comment #2
caschbre commentedHow should we go about removing that from the theme? I could simply remove it from the .css but that wouldn't stop it from being re-added when the sass is recompiled. And I didn't see the sass in the theme.
Comment #3
caschbre commentedFYI... I did create a pull request on compass_radix in github to remove this.
Comment #4
shadcn commentedPR merged.
Comment #5
shadcn commentedComment #6
caschbre commentedDoesn't the css need to be recompiled in the Radix theme for this to be fixed?
Comment #7
shadcn commentedYes. Already compiled and push to latest Radix dev.
Comment #8
dsnopekWas this change included in this commit?
http://cgit.drupalcode.org/radix/commit/?id=5088a71dfe0f8a1c108937ed3ea8...
The commit messages don't make it clear that this was merged, but I'll try and test this soon to see if it's working now.
Comment #9
dsnopekI tested with the latest Radix -dev and the floats are working fine! Thanks, @arshadcn! :-)