#My Developer tools in google inspect not showing Styles
1 messages · Page 1 of 1 (latest)
The Styles pane only shows up when you’re in the Elements panel and have an element selected. A few quick fixes:
- Make sure you’re in Elements
- Open DevTools → click Elements
- Click an element in the DOM (or use the picker icon)
- The right sidebar should show Styles / Computed / Layout…
- It might be hidden in the overflow (
>>)
- In the right sidebar tabs area, look for a
>>(or a small dropdown) and see if Styles is there.
- Restore the default DevTools layout
- In DevTools, click the ⋮ (3-dot menu) (top-right) → More tools → Restore defaults and reload
- Or: press F1 (Settings) → search “restore” → Restore defaults and reload
- DevTools window is too narrow
- If DevTools is docked to the side and very narrow, the right sidebar can collapse/disappear.
- Try undocking (⋮ → Dock side → Undock) or just drag DevTools wider.