Sorting icons misaligned
Sorting icons misaligned
Hello fellows,
This is my first post, so I'd like to say that this project is awesome :). I'm using for the first time, but since the documentation and examples are so great, most of the job is already done, except for a minor visual problem we're experiencing now.
We're having problems at properly aligning the sorting icons present in each column. Somehow (that's what the question is about), it is getting misaligned, and even hacking the CSS is not working well. If you take a look at this screenshot here: http://brenojac.com/dtablesissue.png
Any idea on how to fix this issue would be appreciated. Thank you.
This is my first post, so I'd like to say that this project is awesome :). I'm using for the first time, but since the documentation and examples are so great, most of the job is already done, except for a minor visual problem we're experiencing now.
We're having problems at properly aligning the sorting icons present in each column. Somehow (that's what the question is about), it is getting misaligned, and even hacking the CSS is not working well. If you take a look at this screenshot here: http://brenojac.com/dtablesissue.png
Any idea on how to fix this issue would be appreciated. Thank you.
This discussion has been closed.
Replies
It's probably CSS (despite lack of sucess hacking it thus far), but just a matter of figuring out in which way to hack it. Is there any way to share a live link? Could probably poke around to see if there's something in the cascade taking priority over your own hacks or somesuch.
[code]
.css_right {float:right}
[/code]
To your pages CSS style header.
Thank you so much for your help. After trying to adjust the .css_right property simply solve the issue! :) I was hacking at the wrong spot before :).
Thank you, best wishes.