Home > Mobile >  Bootstrap shadow container width too wide for large view
Bootstrap shadow container width too wide for large view

Time:07-05

I'm new to bootstrap (less than six hours of docs/dev time) and I have an issue where the width for my shadow container extends too wide relative to smaller screen sizes. Any view above 991px leaves unsightly whitespace to the right of the form.

I have a codeply illustrating this with all of the code I'm using.

Any help or guidance to what I'm doing wrong is appreciated.

CodePudding user response:

On line 10:

'<'div col-lg-12 order-md-1">

Hope this helps.

  • Related