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

[v4] Any options to make two column layout with left fixed width? #19716

Closed
Mevrael opened this issue Apr 11, 2016 · 5 comments
Closed

[v4] Any options to make two column layout with left fixed width? #19716

Mevrael opened this issue Apr 11, 2016 · 5 comments

Comments

@Mevrael
Copy link

Mevrael commented Apr 11, 2016

Are there any ways in BS4 right now to make a grid (let say two columns) with left column fixed width? If no, how would you recommend to do it using BS4 grid framework?

@RyanZim
Copy link

RyanZim commented Apr 11, 2016

Not that I know of.

Not sure why you would want this, as BS4 removed support for non-responsive use. Concrete use case?

@Mevrael
Copy link
Author

Mevrael commented Apr 11, 2016

  • User menu / user card with photo/name/statistics left -> profile details, edit profile form, whatever else right
  • Any item (main col) with small column of statistics at the right/left
  • Left menu, admin panel
  • Documentation

@RyanZim
Copy link

RyanZim commented Apr 11, 2016

I would personally make the small column responsive as well, but supposing that you really had to make it fixed-width, how would you recommend this to be implemented?

FWIW, some of the above use cases might be implemented better using a drawer. See #17502, #9481, & #9397.

@cvrebert
Copy link
Collaborator

Different folks would want different fixed widths, so it doesn't seem generic enough to include something for this in Bootstrap itself.
And I doubt you'd actually want it to be fixed-width on mobile.
CC: @mdo

@mdo
Copy link
Member

mdo commented Apr 14, 2016

Yeah, not going to happen in the core—that's something that belongs in the customization layer.

@mdo mdo closed this as completed Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants