-
overlapping grid layout
Hi guys,
I´ve got a Problem with my bootstrap layout.
I´ve got three <div>-elements, like:
<div ="col-md-2">content</div>
<div ="col-md-7">content</div>
<div ="col-md-3">content</div>
But if I´m dragging the window smaller, the <div>-Containers are overlapping.
Is there a way to fix that?
Thanks for answers.
-
You should review (at the bootstrap web site) css grid system for specific information in "grid system, small and desktop".
try:
<div ="col-sm-2 col-md-2">content</div>
You can
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules