CSS Code
-
Hey Tobias,
I am working on a table trying to develop a bracket and I was wondering if you could help me get it into shape. The link is https://www.d2softball.com/ncaa. I have tried multiple variations of CSS code to get it how I would like it, but just can’t seem to find the right combination. I would like to get the columns to be the same width and the rows to be the same height. I would also like the images and text to be centered. And lastly, is there a way to remove the “gridlines?” The code I currently have is as follows:
.tablepress-id-NCAA-01 td {
font-family: Calibri;
font-size: 8px;
color: #000000;
width: 30%;
text-align: center !important;
vertical-align: middle;
}If you could help me out, I would greatly appreciate it!
Thank you,
Kris
- The topic ‘CSS Code’ is closed to new replies.