Forum Discussion
6 Replies
- PaoloT12 years agoLithium Alumni (Retired)
Hi Justin,
I am not sure what do you mean by "given the table name <div id="topic-table"></div>" but my suggestion in these cases is to use tools such as the Chrome Developer Tools and inspect on the page the element which you have styled. By doing so - most of the times, you will find that your CSS rule is included in the page, but it has been overridden by another one. In that case, you can change your own CSS rule so that it takes precedence - worst case scenario you may have to use an !important directive to see it applied (although I would use that as a last resort)
Hope this helps!
- nathan12 years agoExecutive
To add to what Paolo said, if you have defined a CSS rule within the skin but it doesn't seem to be having any effect, it may be the the rule isn't specific enough (in which case, your rule will get overridden by an in-built Lithium rule).
- JustinBannister12 years agoContributor
That's not even working in this case, with the important aspect of it.
I'm going to this class ia-list-row in the row, but it's not doing anything at all with my min-height and padding.
<tr class="lia-list-row lia-row-odd lia-js-data-messageUid-2852015 lia-js-data-messageRevision-1 t-first"><td colspan="1" rowspan="1" class="messageStatusIconColumn lia-data-cell-tertiary lia-data-cell-icon">
- JustinBannister12 years agoContributor
Well I've added an id to the div in question to target it exactly and it's not even accepting the css.
- AdamN12 years agoKhoros Oracle
Hi Justin,
Would it be possible for you to share an example of the CSS rule you're trying to use? That might help us more easily identify where the issue might be.
- JustinBannister12 years agoContributorTotally forgot about this. I got some help elsewhere, but thanks for all of the suggestions guys.
Related Content
- 9 days ago
- 2 years ago
- 3 years ago