adapt style of header sort and text

0
Hi all, I have a problem designing a header sort element and a text element equally: Font size and style is feasible, but i can’t manage to align them horizontally. I tried by setting ‘margin-top’ and ‘padding-top’ the same and set the alignment of the text element to center: Any idea why there’s still a gap?  
asked
1 answers
0

 

Hi,

Try to use custom CSS that might help.

Ref: 

Link  

Link

vertical-align: middle;
margin-right: 10px;
padding-top: 9px;

 

answered