Wing Well-known member Oct 22, 2022 #1 Looking for an easy way to increase the width on only the XFRM category list sidebar?
O Old Nick Well-known member Oct 22, 2022 #2 Hello, try this in your extra.less template: Less: [data-template="xfrm_category_view"], [data-template="xfrm_overview"] { .p-body-sideNavCol { width: 300px; } } Upvote 0 Downvote
Hello, try this in your extra.less template: Less: [data-template="xfrm_category_view"], [data-template="xfrm_overview"] { .p-body-sideNavCol { width: 300px; } }
Wing Well-known member Oct 22, 2022 #3 nicodak said: Hello, try this in your extra.less template: Less: [data-template="xfrm_category_view"], [data-template="xfrm_overview"] { .p-body-sideNavCol { width: 300px; } } Click to expand... That worked perfectly, thank you so much! Upvote 0 Downvote
nicodak said: Hello, try this in your extra.less template: Less: [data-template="xfrm_category_view"], [data-template="xfrm_overview"] { .p-body-sideNavCol { width: 300px; } } Click to expand... That worked perfectly, thank you so much!