Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Location of Price Issue

Location of Price Issue

Views: 429

Results 1 to 4 of 4
5 Oct 2011, 7:50 AM
#2
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Location of Price Issue

Change:
#productPrices {
color: #7FBCF0;
float: right;
}
to:
#productPrices {
color: #7FBCF0;
}

and see what happens. It's probably got something to do with your css settings. Also this could be dependent upon the order in which your elements are arranged in tpl_product_info.php.

Are you using a pre-buit template?

5 Oct 2011, 7:54 AM
#3
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Location of Price Issue

Try this instead:

#productPrices {
color: #7fbcf0;
margin-top:-150px;
}

It should help you some.

7 Oct 2011, 2:16 PM
#4
bladecris avatar

bladecris

New Zenner

Join Date:
Sep 2011
Posts:
40
Plugin Contributions:
0

Re: Location of Price Issue

If i want to change the name of the Price (in product listing) where do i need to change it?