[SOLVED] Â Custom CSS - Vertical Alignment in Table Header |
4/2/2019 6:32:30 PM |
ASPRunner.NET General questions | |
M
Mack88 authorDevClub member
I have a number of tables, some columns of which are sortable. The sortable column headings have a different vertical alignment that the rest and I can't get that to change with custom CSS. I've tried the below code without success /* Put your custom CSS code here */
|
|
![]() |
Admin 4/3/2019 |
Can you show us a screenshot of what you trying to fix? |
M
|
Mack88 authorDevClub member 4/3/2019 |
Can you show us a screenshot of what you trying to fix?
|
![]() |
Admin 4/8/2019 |
Just wanted to say there is still no screenshot. |
M
|
Mack88 authorDevClub member 4/8/2019 |
Just wanted to say there is still no screenshot.
|
![]() |
Admin 4/9/2019 |
Thank you, I see what you mean. |
M
|
Mack88 authorDevClub member 4/9/2019 |
Thank you, I see what you mean. I see that this specific label was modified, it is not a hyperlink and it is red. What kind of changes were applied to that cell header? I need to be able to reproduce it in my test project.
/* Put your custom CSS code here */
|
![]() |
Admin 4/10/2019 |
Got it. Applying the following CSS to the field label itself will help: margin-bottom: 0px !important; |
M
|
Mack88 authorDevClub member 4/10/2019 |
Got it. Applying the following CSS to the field label itself will help: margin-bottom: 0px !important;
|