Width of Column Adjustment
-
I’m trying to have the 5th Column width be adjusted so that the top row wording of “Times Used in the OT:” takes up only 2 lines instead of 4 lines. Can you help with this please?
Please see Chart 2 at this link: https://www.unfoldingtruthblog.com/2016/02/25/6-reasons-not-use-name-jesus/
Here is my current Custom CSS:
.tablepress-table-name {
font-size: 18px;
}.tablepress thead th {
font-family: Calibri;
font-size: 18px;
line-height: 1.2;
color: #000000;
}.tablepress tbody td {
font-family: Calibri;
font-size: 18px;
line-height: 1.2;
color: #000000;
}.tablepress {
width: auto;
}.tablepress thead th,
.tablepress tbody td {
border: 1px solid #a7a7a7;
}.tablepress .row-1 th {
padding: 2px 8px;
}.tablepress td {
padding: 2px 8px;
}.tablepress-id-2 tbody .column-2 {
font-family: Ezra SIL;
font-weight: bold;
font-size: 20px;
vertical-align: middle;
}.tablepress-id-2 tbody .column-3 {
font-weight: bold;
font-size: 18px;
vertical-align: middle;
}.tablepress-id-2 tbody .column-4 {
vertical-align: middle;
}.tablepress-id-2 tbody .column-5 {
font-weight: bold;
text-align: center;
vertical-align: middle;
font-size: 20px;
}.tablepress-id-2 .row-1 th {
font-weight: bold;
}I appreciate your help!
- The topic ‘Width of Column Adjustment’ is closed to new replies.