old code:

  $o = "<div class=\"footermap\">". $o ."</div>";

new code:

$o = "<div class=\"footermap footermap-$n-columns\">". $o ."</div>";

why? you may like to set specific widths depending on how many columns there are

Comments

mradcliffe’s picture

Status: Active » Patch (to be ported)

Thanks for this suggestion.

I have been reimplementing this and will actually include a default css file now with the module as well.

mstrelan’s picture

It would be great if it had more theme functions that you can override.

mradcliffe’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

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