climbur 0 Report post Posted April 26, 2013 See screenshot. On Climbur.com loaded from an iPhone most thumbnails appear to have grey on the sides instead of filling up the thumb area... How can I fix this? Share this post Link to post Share on other sites
catrina 103 Report post Posted April 26, 2013 Can you please post a link to your site? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
climbur 0 Report post Posted April 26, 2013 Sorry. It's climbur.com! Share this post Link to post Share on other sites
James B 436 Report post Posted April 26, 2013 Hi there, When your site goes into a responsive mode the items begin to stack, this is so they fit best on the screen for the required mobile device. The css for the thumbnails has a max-wdith set for the size, which keeps them from filling the entire frame when the dimensions of the page changes in the mobile view. You can edit this so the image spans the entire frame (or edit the frame so it stays tight to the image in the mobile view) using css. You'll see in the firebug/chrome inspector the set sizes for the image and the max-width command, which you can either edit to min-width or something custom to tailor to the mobile view only. The mobile layout can be adjusted independantly from the main desktop view using browser specific code. Pagelines has a browser specific plugin which you can download here - http://www.pagelines.com/store/plugins/browser-css/ A guide to using the browser specific plugin can be found here - http://support.pagelines.me/docs/plugins/browser-specific-css/ Kindly search the forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. James B Share this post Link to post Share on other sites