Try the Demo

Magento Forum

   
Same codes not displaying layout same on chrome, firefox and ie9
 
insomnia24
Sr. Member
 
Total Posts:  90
Joined:  2012-01-11
 

I am trying to change my prices display layout but i cant change it the way i want. Also it is displaying different on ie9 , firefox and chrome no idea why. I hope someone can help me with this coding issue. I have attached the screen shots of it i hope someone can help me.

Codes
.singlePrice {float:right;padding-right:3px;}
.singlePrice .price-box {margin:4px 5px 0px -36px}
.singlePrice p {float:right}

Hope someone can help me before i go crazy smile

Image Attachments
Prices.jpg
 
Magento Community Magento Community
Magento Community
Magento Community
 
MagenX
Guru
 
Total Posts:  659
Joined:  2008-05-26
Dublin
 

Inspect element in chrome,
and play with css

thank you

 Signature 

MagenX - Magento and Nginx Performance Tuning Services
FPC InstallationMySQL TuningServer OptimizationHOSTING - SSD SERVERS
http://www.magenx.com | | magento nginx config: http://nginxconfig.com || magento mysql settings -> my.cnf

 
Magento Community Magento Community
Magento Community
Magento Community
 
MagenX
Guru
 
Total Posts:  659
Joined:  2008-05-26
Dublin
 

default:
.singlePrice {
float: right;
padding-right: 3px;
}
.singlePrice .price-box {
margin: 0px 30px -5px 5px;
}
.singlePrice p {}

if lt IE
.singlePrice {
float:right;
padding-right:35px;
}

 Signature 

MagenX - Magento and Nginx Performance Tuning Services
FPC InstallationMySQL TuningServer OptimizationHOSTING - SSD SERVERS
http://www.magenx.com | | magento nginx config: http://nginxconfig.com || magento mysql settings -> my.cnf

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top