Hey there! I'm having a little issue with my website. When I view it in Chrome, everything looks perfect - the logo is left aligned at the top right and the testimonials section at the bottom has a nice 3 column layout. But when I try to open it in Firefox, the logo is suddenly centered instead of left aligned, and the three columns in the testimonials section are all squished into one line.
Here's my CSS for the logo:
.navbar-shopious-color .navbar-inner .nav-title-logo {
float: left;
position: absolute;
}
Any ideas why this isn't working properly in Firefox?