How do you align the free shipping icon to be centered??
I see that it has a div id but i cant find it
<div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
How do you align the free shipping icon to be centered??
I see that it has a div id but i cant find it
<div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
link to your site please?
the link directly to the product that has the free shipping is http://sportzdirect.com/store/index....products_id=25
there is the free shipping icon.. i want that to be centered.
Thanks
in your stylesheet.css file
add:
#freeShippingIcon {
text-align: center;
}
see if that works!
i'll be damned..it did work i tried the other center methods but not that one
Thanks much
Bookmarks