RM 2.2 RM Category Sidebar Width Adjustment?

Wing

Well-known member
Looking for an easy way to increase the width on only the XFRM category list sidebar?

1666411390102.webp
 
Hello, try this in your extra.less template:
Less:
[data-template="xfrm_category_view"],
[data-template="xfrm_overview"] {
    .p-body-sideNavCol {
        width: 300px;
    }
}
 
Top Bottom