Topic: Mobile/Android

When viewing on mobile phone gallery won't resize to fit page. Here's a link: http://crossfitfreedom.com/JFit/wordpress/?page_id=149

Re: Mobile/Android

You have given your gallery a fixed width of 600px so your gallery's width will always be 600px in all browsers and on all devices. It will not be responsive.
Instead, try giving your gallery a width of 100% so that it fills the width of its parent container, no mater what it is.
This should hopefully solve your problem.