I'm trying to adjust the width of semantic-ui sidebars, which are originally 275px wide. Where should I include the css/js code to make them wider or narrower?
Here is their default code:
.ui.sidebar {
width: 275px!important;
margin-left: -275px!important;
}
If I alter this code, it affects all the sidebars universally. However, modifying the content's width doesn't work as semantic-ui overrides my changes and sticks to the default 275px.
You can explore a sidebar example here: