I am using jupyter-book which by default uses the sphinx-book-theme.
There is a left sidebar, the content in the middle column and a right sidebar. I would like to make the content column wider.
This was answered for the readthedocs-theme, but I'm not sure what style name to use here.
The following style in
_static/css/custom.csscreates a wider content container forjupyterbook=0.12.1usingpydata-sphinx-theme.css.To find the class names I used the "Inspect Elements" menu to display and highlight (by hovering the mouse cursor over the elements) the classes for the containers holding the sidebars and primary content (article).