in the theme roller there is an option to change the size of the left side column:
The maximum is 280px but I would like to increase the size in order to avoid scroll bars inside the menu of a faceted search. How can I increase the value?
CodePudding user response:
In the CSS-section of the page:
.t-Body-side {
width: 400px !important;
}