Streamlit flex columns wider after we close the sidebar

Let’s say I have a Streamlit app with multiple tabs. In 1 tab, I have 2 columns.

For a Streamlit app, how do we flex columns wider to fill the space after we close the

  1. st.sidebar?
  2. streamlit_option_menu.option_menu?