Home > Back-end >  Bootstrap container not centered
Bootstrap container not centered

Time:05-15

I've been unable to successfully horizontally center a container using bootstrap either by applying mx-auto to the container attribute or by following the solutions provided on screenshot

CodePudding user response:

In my case this issue was caused because the image size exceeded the constraints of the row, resizing the image solved the problem.

  • Related