Cant align paragraph inside container

New to BSS. I am following one of their tutorials (the cake store) and I can’t seem to get the paragraph to align center within the container:

Any help would be appreciated.

You have a class of col-md-8 on your paragraph. This is limiting the width of the paragraph.

If you want to keep the width but centre it try adding a class of my-auto

1 Like

Great. Thanks. I removed col-md-8 fs-4 and it fixed the problem.