Replies: 0
Hi,
1. I was trying to change the cell color using the following code:
.ptsCol-1 .ptsCell:nth-of-type(1) {
background-color: #f5f5f5 !important;
It changes the header background color as well as the third one:
Example: http://www.screencast.com/t/KZPuj8feH3
First one is header
Second is description
I don’t understand why this is taking two cells at a time to change the color.
2. Is it possible to vertically align the text in the middle:
Example: The red marked texts in the image below: http://www.screencast.com/t/Gojn2bpD67
I can not share you the live link as this is being checked on Staging site (Password Protected)
Thank you for your help in advance. Cheers
- This topic was modified 3 minutes ago by mniroula. Reason: added one more question