chaot3ch
Member
Hey everyone, loving the customization options so far in Xenforo. I'm having an issue where I am trying to set my node-icon sizes to a particular size like so:
However, when looking at the page my icon height is always wrong. It changes with what appears to be page resizes and inherits the height from the
.node-main js-nodeMain, .node-stats, or .node-extra. I'm sure this is something simple I'm overlooking but any help would be appreciated. If I need to supply more information I'd be happy to.
CSS:
.node-icon i {display: none;}
.node-icon {display: table-cell;
vertical-align: middle;
text-align: center;
width: 32px !important;
height: 32px !important;
padding: 0px 0px 0px 0px !important;
line-height: 32px !important;
}
However, when looking at the page my icon height is always wrong. It changes with what appears to be page resizes and inherits the height from the
.node-main js-nodeMain, .node-stats, or .node-extra. I'm sure this is something simple I'm overlooking but any help would be appreciated. If I need to supply more information I'd be happy to.