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;
}

radix layouts w/ radix theme

Comments

shadcn’s picture

This is from an old fix inside Radix. Ok to have this removed now.

caschbre’s picture

How 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.

caschbre’s picture

FYI... I did create a pull request on compass_radix in github to remove this.

shadcn’s picture

PR merged.

shadcn’s picture

Status: Active » Fixed
caschbre’s picture

Status: Fixed » Active

Doesn't the css need to be recompiled in the Radix theme for this to be fixed?

shadcn’s picture

Yes. Already compiled and push to latest Radix dev.

dsnopek’s picture

Was 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.

dsnopek’s picture

Status: Active » Fixed

I tested with the latest Radix -dev and the floats are working fine! Thanks, @arshadcn! :-)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.