Jump to content
Sign in to follow this  
climbur

Mobile version of site loads thumbs wrong

Recommended Posts

climbur

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?

post-49420-0-96004900-1366987561_thumb.j

Share this post


Link to post
Share on other sites
James B

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×