XF 2.0 Node Icons changing size with page resize.

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:
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.
 
Never-mind, turns out it was me just trying to do this wrong. I found a better solution. Still having some issues but gonna start a new thread since it's now a different issue.
 
Top Bottom