So my site is the following, when I was opening this in chrome it worked just fine.. the logo on top right is left aligned and at the bottom where it has testimonials it has a 3 column layout. However, when I open this on firefox, the logo is not left aligned (centered) and the three column is now a one line.
My css for the logo looks like this:
.navbar-shopious-color .navbar-inner .nav-title-logo {
float: left;
position: absolute;
}
Can anyone tell me why this is not working for firefox?