Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS centering with flexbox Reply To: centering with flexbox

#268577
icewizard
Participant

I just used a top: 8em, to make the element go down more vertically. I have another problem though. I am making a table with rows and columns, but I don’t want them to expand when I add text content. I have tried overflow: hidden, table-layout:fixed, but nothing seems to be working. When I add text, the td and tr elements expand where that row of text is. How do I prevent this? Here is a link to my codepen https://codepen.io/icewizard/pen/XEMmGZ