How to vertically center a sort icon when a column has rowspan

How to vertically center a sort icon when a column has rowspan

beetlikeyg087beetlikeyg087 Posts: 1Questions: 1Answers: 0

I want to vertically align center the sort icon of the column product id,

How can I achieve this?

Answers

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    If you right click and select "Inspect" on that element, you'll find that the icon is placed using an :after pseudo element with absolute positioning.

    You could perhaps set its bottom position to be 18px (you'll need to adjust the exact amount based on your table styling - which looks like it is Bootstrap 3).

    Allan

This discussion has been closed.