dddmx3
04-10-2011, 09:25 PM
On this page, (http://lfswear.com/sites/lfs2/index.php?main_page=product_info&cPath=1&products_id=8) I can't seem to get the "Size" div to move over right to match up with the color one... Any help would be greatly appreciated.
teedoff
04-10-2011, 09:37 PM
On this page, (http://lfswear.com/sites/lfs2/index.php?main_page=product_info&cPath=1&products_id=8) I can't seem to get the "Size" div to move over right to match up with the color one... Any help would be greatly appreciated.
I dont see a div named "size". I see the word Size within a heading 4 tag and that <h4> has a width of 100px.
I guess you could give that h4 an id and mess with the width to match the Color h4.
dddmx3
04-10-2011, 09:44 PM
oh yeah, thanks for the pointer. will try that, if you look in my css at lines 1219 and 1220 and line 1422 and lines 2034 - 2039 you'll see where I'm coming from...
dddmx3
04-11-2011, 02:57 AM
Figured it out, Float:right; worked.