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

Clear left issue. #9

Open
Nikoya opened this issue Nov 10, 2013 · 0 comments
Open

Clear left issue. #9

Nikoya opened this issue Nov 10, 2013 · 0 comments

Comments

@Nikoya
Copy link
Contributor

Nikoya commented Nov 10, 2013

Hey,

when i pull file i've write that i don't know where i must add style code.
And it seems you don't add style required by clear:left" function too.

So that doesn't work.

We have diiferent choice to add this style :

  • Add a news CSS file with our custom css code. (best choice i think)
  • Add this style at the end of bootstrap.css file
  • Tell user to add manually style in their theme/styles.css

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px){
.clear-xs{clear:left;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.clear-sm{clear:left;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px){
.clear-md{clear:left;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.clear-lg{clear:left;}
}

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

1 participant