Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 130709

Table border and heading text centering

$
0
0

Replies: 0

Hi I created a simple table with 1 column, 2 rows. I want to have border everywhere, the heading text to be centered.

With the below code, the border is missing and I don’t know how to center the title.
Thanks for helping me!!

.tablepress thead th,
.tablepress tfoot th {
background-color: #FFFFFF;
}

.tablepress-id-1 thead th {
font-family: Tahoma;
font-size: 20px;
color: #E34CBB;
}

.tablepress td {
border: 1px solid #777777 !important;
}


Viewing all articles
Browse latest Browse all 130709

Trending Articles