Forum Discussion
- PaoloTLithium 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!
- nathanExecutive
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).
- JustinBannisterContributor
Well I've added an id to the div in question to target it exactly and it's not even accepting the css.
- JustinBannisterContributor
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">
Related Content
- 2 years ago
- 3 years ago