How to bring the content to the of celles
-
Hello Tobas, thanks a million for the awesome plugin!
I recently started to add red buttons (you can see in the link) using the following code;
.tablepress-id-123 .column-4 a {
white-space: nowrap;
color: white;
font-size: 12px;
font-weight: bold;
padding: 12px;
border-radius: 5px;
background-color: #de1414;
}However, as you can see the buttons are not centered. They are positioned-Top. Can you please tell me how to bring the buttons in the center of the cells?
Also, let’s say I want to bring the same change to 5 more tables on my website, can I add the table IDs right next to each other? Here is an example:
.tablepress-id-123,124,125,126,127,128,129,130 .column-4 a {
white-space: nowrap;
color: white;
font-size: 12px;
font-weight: bold;
padding: 12px;
border-radius: 5px;
background-color: #de1414;
}Thank you so much for the awesome support
The page I need help with: [log in to see the link]
- The topic ‘How to bring the content to the of celles’ is closed to new replies.