Hi, I pasted this
[table id=1 responsive=stack responsive_breakpoint=”phone” /]
and it works the way I wanted.
But on the phone I see that it’s all aligned on the left. Could it be something I have in the CSS?
This is my CSS (that I built bit by bit using your forum as I’m no expert at all)
.tablepress tbody td {
font-family: Helvetica;
font-size: 13px;
}
body .tablepress {
word-wrap: normal;
word-break: normal;
}
.tablepress th,
.tablepress td {
padding: 3px !important;
}
.tablepress .shortcode-star-rating {
padding: 0;
white-space: nowrap;
}
.tablepress .column-1 {
width: 15%;
}
.tablepress .column-2 {
width: 58%;
}
.tablepress .column-3 {
width: 32%;
font-size: 11px;
text-transform: uppercase;
text-align: center;
}
The question I want to ask is how do I center the table also on the phone?
Thanks!
Antonella