First off - sorry for submitting like 10 issues. This is a great module and I want to make sure it gets even better...

I noticed you have a CSS problem that a lot of themers encounter. You want to set columns to have each % widths but adding the needed padding and margins cause them to break.

For example, 2 columns would normally be set to 50% width each. The margin/padding causes them to drop below each other because of the extra space. So as a dirty hack, I see you set them to 48% width, and so on..

How to fix?

BEFORE:
[homebox-column = 50% width, padding, margin, float left]

AFTER:
[homebox-column-wrapper = 50% width, float left]
[homebox-column = padding, margin]
[end wrapper]

This gets done in homebox.tpl.php

Homebox.js has to be changed as well to properly select the wrapped columns..
$columns = $homebox.find('div.homebox-column');

PS: Like I said, I've been posting issues non-stop; the biggest being the one about exportables. I'm in the middle of re-engineering most of the module, so feel free to contact me and maybe we can co-maintain after I'm done..

Comments

mstef’s picture

mstef’s picture

Version: 6.x-1.3 » 6.x-2.x-dev
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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