centering tables
-
Hello Tobias,
I have another problem with the centering tables;
The first table is correctly centered, but the following tables aligned to left on the first table, this is a problem if the width is different;
How to center each table individually.cordially
Gerard.dataTables_wrapper { margin-left: auto !important; margin-right: auto !important; width: 380px !important; } .tablepress { margin-left: auto !important; margin-right: auto !important; width: 600px !important; } .tablepress th { font-family: Calibri; font-size: 14px; color: #282828; background-color: #787878; text-align: center; } .tablepress td { font-family: Calibri; font-size: 14px; text-align: center; color: #282828; background-color: #D0D0D0; } .tablepress .even td { background-color: #F0F0F0; } .tablepress .odd td { background-color: #D0D0D0; } .tablepress .row-hover tr:hover td { background-color: #FFFF00 !important; } .tablepress .sorting { background-color: #787878; } .tablepress .column-2 { text-align: left; } .tablepress-id-9 { width: 350px !important; } .tablepress-id-9 .column-1 { text-align: left; } .tablepress-id-10 { width: 600px !important; } .tablepress-id-11 .column-1 { text-align: left; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘centering tables’ is closed to new replies.