0

I have created one app with Angular 4 and I want to use Bootstrap class for responsiveness. But some how it is not impacting col-lg-4 col-md-4 classes.

I am following this link: Add bootstrap

Below is the images for the same:

enter image description here

In the image there is clearly defined col-lg-4, so both the boxes must be in one line but some how it is not doing this.

Aleksey Solovey
  • 4,153
  • 3
  • 15
  • 34
Pathik Vejani
  • 4,263
  • 8
  • 57
  • 98
  • 1
    "In a grid layout, content must be placed within columns and only columns may be immediate children of rows... " This is especially important in Bootstrap 4 because the columns will simply stack/wrap vertically if not placed inside a `.row`. – Carol Skelly Mar 27 '18 at 09:32
  • 1
    Your question doesn't related to Angular. In bootstrap, you need to wrap
    around the columns.
    – Thinh Bui Mar 27 '18 at 09:36

0 Answers0