Hey Zenners,
Quick question: I have some spacing issues with two dropdown menus.
http://www.eclimbmedia.com/images/Picture1.jpg
How can I have them size (DD) menu sit below the Color menu (DD) with out the white space?
Thanks,
CH
Hey Zenners,
Quick question: I have some spacing issues with two dropdown menus.
http://www.eclimbmedia.com/images/Picture1.jpg
How can I have them size (DD) menu sit below the Color menu (DD) with out the white space?
Thanks,
CH
It's extremely difficult to diagnose a problem like this from a jpg. Happily for you, we've seen this one before.
Each attribute has a <br class="clearBoth" /> tag after it. So when the first attribute is in line with the add to cart box, the second can't start until after the end of that cart box.
The quickest solution (not one that I particularly like) would be to create an new clearLeft class and apply that instead between each attribute. Another would be to wrap an additional div around the attributes so that the impact of the clearBoth class extends only to the edge of the div and not all the way across the center column.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
would I add the div tag to the tpl_product_info.php or top modules_attribute file.php?
Thanks,
CH
Inside tpl_modules_attributes would be better (more contained) but you may not even have to do this, as in default Zen Cart there's one already there (#productAttributes), so it may be sufficient to force this to play the role discussed above by giving it an explicit width of 49% say, so that it stops short of the add to cart box.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thanks. That fixed it.
- CH