I have scoured through all my CSS files (and there are a lot of them) in addition to looking at/removing the sDom settings for my jquery Datatables plug in but for some reason, the sort icon (up and down arrows) next to my text is place below the text as if an html
was somehow input.
Has anybody ever had this happen before?
this is how I solved this
.css_right
{
/* adding this keeps the sort icon on the same level as the label */
float:right;
}
The icon already has this class, but for some reason it doesn't have the style(s) to correclty display
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With