Tricks CSS Table Element Responsive

Philip is freelancer

If you feel the content is useful. Thank for me with a coffee 😊

November 29, 2022 09:31 am

The table element on brizy cloud is not centered and doesn't look good when viewed in a tablet.

Use the following CSS code to fix it. While waiting for Team brizy to fix it

How to fix it ?

css code

td.brz-table__td {

width: 100%; /* 100% 1 column, 50% cho 2 columns, 33% cho 3 columns...*/

}


If you feel the content is useful. Thank for me with a coffee 😊