Deceased
- Join Date:
- Nov 2005
- Location:
- Colorado Springs, CO USA
- Posts:
- 7,017
- Plugin Contributions:
- 12
Glacial Age Template Support Thread
kenny724:
One other thing.... if you go to http://midsouthcoin.com/midsouthcoinstore/index.php?main_page=product_info&cPath=30&products_id=116
How would I control the line spacing between the title and price/description or relocate the price o the bottom? Thanks.
open includes/templates/glacial_age/css/product_info.css
find the following declaration and adjust the padding as necessary.
#productPrices {
margin:0;
padding: 2px 0;
font-weight:700;
text-align:left;
}