Detail Labels
How to style Detail View labels to be more mobile friendly
The JS
The CSS
#view_1606 .kn-detail-label { background-color: transparent; min-width: 0% !important; }
/*OR*/
#view_1255 .kn-detail-label { background-color: transparent; min-width: 45% !important; max-width: 10% !important; }How to Implement
Last updated
Was this helpful?