Hi all
I have created a 3 by 7 table. It’s with bootstrap.
I attempted to center it with text-align: center;, however that did not work like it usually does. Any ideas?
text-align: center;
The site is here, and the source code here.
Thank you!
Managed to do it with this!
.table { margin: auto; width: 50% !important; }