How to decrease the spacing between the name and the price. Also the spacing between the price and the buy now button.
http://www.ready-to-fly.com/index.ph...ndex&cPath=1_2
Thanks you in advance
Kelvin
How to decrease the spacing between the name and the price. Also the spacing between the price and the buy now button.
http://www.ready-to-fly.com/index.ph...ndex&cPath=1_2
Thanks you in advance
Kelvin
Look like you have downloaded the template business black, either it or you have added a <br> after the product price.
- you are going to have to do a search for this class to see which section of the .php file to edit the <br> out
- prodListPrice
- you should notice <div class={prodListPrice} there will be a closing </div>
- after this is where the <br> is
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
This value is controlled in the stylesheet.css
Locate this:
includes/templates/business_black/css/stylesheet.css
Find this:
h1 {
border-bottom:1px solid #E5E5E5;
color:#555555;
font:23px Arial;
margin:0 0 17px !important;
padding:0 0 2px;
}
- the red highlighted font 17 is the fix, change to a lower number..
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting