MBordelon

Registered
I'm not sure if this is an issue with Node Icon Tweak or something that can be fixed with the Nova theme, but setting a custom node icon over 30px cuts off the right side of the icon. In the image below, the icon is set at 48px. Is there a way to change the icon size area so this doesn't happen if this is something I can change in the Nova style itself? Or is this an issue with Node Icon Tweak?

I don't know much about coding so I can't even begin searching templates to try to find a solution myself. Any help?

node-icons.jpg
 
Try adding this into extra.less:

Code:
span.xfa-nit-node-icon {
    width: 48px;
    box-sizing: content-box;
}

Should help out with out changing the other icons.
 
Last edited:

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back