Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Dec 2012 at 15:04 UTC
Updated:
1 Jan 2013 at 16:30 UTC
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
Comment #1
bojanz commentedShould 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.
Comment #2
jsacksick commentedWe added the clearfix to the collection view only for now, we'll probably want to add other clearfixes later.
Comment #3.0
(not verified) commentedtypo