Editing Themes with Desktop Software
-
Hi there,
I’m one of the millions of people who want to make their content wider.
Using firebug, I *think* the width of content is controlled by this:
... </header> <div class="entry-content content"> ...but maybe it’s also this:
<div class="holder">or maybe this:
<div id="content" role="main">The point is, I’m just guessing. All these divs seem to point to the same rectangle on the screen. I have no idea what each one REALLY does other than the fact that firebug tells me their content is the same width of the rectangle which I want to make bigger. I have a vague idea that I want to edit a “width” or perhaps a “margin” attribute of a div element.
So right now, I’m pointing to div elements, looking for a width attribute that’s an absolute number, modifying it, and seeing what the end result looks like. It feels like I’m going around in circles.
It’s nice having a live preview, but there has to be a better way to do this.
What desktop software and/or plugins can I use to get a better idea of what each CSS class controls?
Thanks!
The topic ‘Editing Themes with Desktop Software’ is closed to new replies.