2
Appreciation post: That little trick with inspect element saved my forum theme
I was messing with a classic forum theme on a retro gaming site last night, and the sidebar was completely busted. Text was overlapping the images, and the whole thing looked like a mess. I ended up using the browser's inspect tool to find one padding value that was set to 0 instead of 15px. Honestly, it took me maybe 2 minutes to fix once I spotted it, but I spent almost an hour before that just guessing and refreshing. Has anyone else found that inspect element saves way more time than digging through the raw CSS file first?
2 comments
Log in to join the discussion
Log In2 Comments
wyatt_green8d agoTop Commenter
That bit about spending an hour guessing before finding the inspect trick really hits home. I've wasted way too many evenings doing the same thing, changing values in CSS files and refreshing like a madman. Now I always start with inspect element first, it turns a frustrating hour into a quick fix every time.
3
torres.drew7d ago
Man that's so true lol. Quick question though - do you find yourself using the computed styles tab more or just tweaking the values in the styles pane? I keep meaning to dig into that more but always default to the easy stuff.
5