Some fields in the Details container float left (price and custom text field) and start stacking up horizontally. Other fiels don't float left and are nicely aligned to the left ("float:none" or nothing applied).

Additionally a custom text field in the variation is shrinked to approx. half width (515px computed).

Removing the float:left in contrib.css (273) solves this. But I don't know what else it affects.

.ief-product-attributes > .fieldset-wrapper > .form-wrapper, .ief-product-details > .fieldset-wrapper > .form-wrapper {
float: left;
margin-right: 25px;
}

align

align

CommentFileSizeAuthor
13.png14.07 KBBrianLP
12.png73.21 KBBrianLP
11.png66.61 KBBrianLP
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dudenhofer’s picture

Assigned: Unassigned » dudenhofer
Status: Active » Needs review

Thanks, those styles are very specific, so they won't affect anything else. I thought we had removed that float in the past, but in any case, I've committed an update to remove that float so it won't cause so many issues.

http://drupalcode.org/project/shiny.git/commit/a928571

dudenhofer’s picture

Status: Needs review » Fixed

This has been committed so I'm marking this as fixed.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

add image