Replies: 0
Hello Tobias,
I’m reaching out because I’m trying to center all tables and hide search boxes on all tables.
I added the following code to the Custom CSS section:
.tablepress {
width: auto;
margin: 0 auto 1em;
}
#tablepress filter {
display: none;
}
But as you can see in this page, that code doesn’t apply to all tables:
https://www.macgamerhq.com/gaming-on-a-mac/
Any clue what is going on here?
Thanks!