Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Please help making this content responsive in Bootstrap 4 Reply To: Please help making this content responsive in Bootstrap 4

#275958
cleverquestion
Participant

For starters, the whole page is only in one column (col-md-12), so Bootstrap is telling your page that everything needs to fit on one screen, regardless of the screen size. What you should do is inside the col-md-12 is break the image of the shoes into its own smaller column and the info on the right into its own column. so it would be something like:

https://codepen.io/cleverquestion/pen/XPgBeq

This is making the page break apart the info like this:

[image][content] which will stack responsively like this:

[image]
[content]

you also need to link the entire Bootstrap4.css file in the head where the css is.