Layouts not working correctly

Permalink
I'm having an issue with my layouts. On Google Chrome, they appear fine to me but on Firefox, I can only have 1 column per row. If I make a layout that's 2 rows and 2 columns, it puts the 2nd column beneath the first column, so everything is lined up in one column. I've attached two screenshots. The first is showing how my site shows up on firefox. The second is how it's on Chrome, which is the correct way it's supposed to look. And it's not just that page, it's my other pages too. How do I fix this issue?

2 Attachments

 
robodev replied on at Permalink Reply
I know what the problem is, not sure best way to fix it.

Chrome uses the Blink rendering engine while FF uses Gecko. There can be width differences.

The simple way is to make your content narrower, then it will fit side-by-side in each browser

The other way to fix this is to choose a responsive theme that has viewport meta tags.

The third way to fix this is to add meta tags to the CSS for the theme you use now.

http://stackoverflow.com/questions/23131256/fixing-site-size-in-fir...

http://www.concrete5.org/community/forums/chat/add-responsive-filte...