Hi everyone i have a css code see below:
.left {
margin-bottom: 20px;
}
this will worked in Windows OS with Safari browser and Chrome browser, however it is totally messed up with Mac OS Safari browser. After i debug in Mac it works like this
.left{
margin-bottom: 30px;
margin-left: -120px;
}
Somebody help me out with this one.