Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix visualization mode for mobile devices #19

Open
dinuand opened this issue Feb 14, 2015 · 3 comments
Open

Fix visualization mode for mobile devices #19

dinuand opened this issue Feb 14, 2015 · 3 comments
Labels

Comments

@dinuand
Copy link
Contributor

dinuand commented Feb 14, 2015

Need

If we try to access CDL website using a browser on a smartphone, we'll notice 
things get pretty confusing.
So, we need the code to be adjusted in order to get a nice version of the site 
on mobile devices, too.

Most important issues

  • The bottom of the logos is cut
  • Menu does not have a background so, it's hard to be noticed sometimes
  • User cannot select either text or images

phone_version1

phone_version2

@dinuand dinuand added the bug label Feb 14, 2015
@tudalex
Copy link
Member

tudalex commented Feb 14, 2015

You don't have a viewport meta tag specified, this can be the root cause of the problem. https://developer.mozilla.org/en/docs/Mozilla/Mobile/Viewport_meta_tag

Didn't have time to test if this works, but try adding:
<meta name="viewport" content="width=device-width, initial-scale=1">

@dinuand
Copy link
Contributor Author

dinuand commented Feb 16, 2015

I followed your advice and I think now the mobile version looks more organized. At least, the bottom of the logos is not cut anymore. You can check it out from your smartphone by clicking right here: http://89.120.219.189:4000/.
If it's ok, I will push it to github.

@maria , @adasolcan , @calincru , what do you think?

@edi33416
Copy link
Contributor

👍 @dinuand

It does look more organized, but I believe that we can make it even better :)

We could add col-sm-* and col-xs-* for the contact items at the bottom of the page, and also for the top of the page (cdl logo and menu items). I think this will keep the look from devices with bigger displays on smaller devices with smaller displays.

Another thing we can do is use the @media (min-width: @screen-sm-min), for ex., to use different sized images for different sized displays.

I will test later if this works :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants