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

Problem with boxes, column and smallest widths #31

Closed
midudev opened this issue Jul 31, 2013 · 6 comments
Closed

Problem with boxes, column and smallest widths #31

midudev opened this issue Jul 31, 2013 · 6 comments

Comments

@midudev
Copy link

midudev commented Jul 31, 2013

Using the column_3 as the example for the Web App: http://tuktuk.tapquo.com/examples/app.html

If you minimize the window you reach a point where the column of the left side becomes bigger than before and breaks the layout.

@gsalgadotoledo
Copy link

if you use media query ?

@gsalgadotoledo
Copy link

I would like to be like the sidebar of lungo.js

@midudev
Copy link
Author

midudev commented Aug 1, 2013

@gsalgadotoledo you can try it in Google Chrome and see the problem I'm talking about about the problem with the left column when the window becomes smaller.

@gsalgadotoledo
Copy link

yes, occupies more screen space

@soyjavi
Copy link
Owner

soyjavi commented Aug 6, 2013

WebApp demo it's only for Desktop/tablet devices.... for Mobile WebApps use LungoJS (http://lungo.tapquo.com)

@soyjavi soyjavi closed this as completed Aug 6, 2013
@midudev
Copy link
Author

midudev commented Aug 6, 2013

error_700px

Sorry @soyjavi but thtat's not the point, because I'm making a Desktop web. :) The problem here is that when the window becomes to 700px then gets broken and I think that's not ideal for any RWD Framework!

The correct code

.column_3 {
width: 208px;
}

gets overwrited by

@media only screen and (max-width: 767px) and (min-width: 480px)
[class^="column_"], [class*=" column_"] {
margin: 10px 0 0 0;
width: 456px;
}

And the problem is in the tuktuk.css, so in the code of the RWD Framework. Because I have the same problem in my web...

Anyway, I was trying to help to make a better code. Sorry if you don't see like that. Thanks for your effort.

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

No branches or pull requests

3 participants