I added a block underneath the main content and it floated because there is no clearfix on the products collection view.

I'm not sure of the best way of doing it, but I made the following change to:
profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_taxonomy/theme/views-view--collection-products--page.tpl.php

BEFORE:
<div class="<?php print $classes; ?>">

AFTER:
<div class="<?php print $classes; ?> clearfix">

Comments

bojanz’s picture

Assigned: Unassigned » cookiz

Should be reviewed by Cookiz.

I got the same behavior in Chrome with and without the clearfix (both looked fine), but I have no problem with merging this. Still, would like to know if we have other template files that are also candidates for the same treatment.

jsacksick’s picture

Status: Active » Fixed

We added the clearfix to the collection view only for now, we'll probably want to add other clearfixes later.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

typo