in the '.../sample/style.css', there are a series of class definitions (i hope that's the right term)
body.section-1 { }body.section-2 { }body.section-3 { }
for 'Sections' created sequentially from the Settings page. as far as i can see, if i erase an old Section (which firebug tells me is class 'section-4') and create a new one, it doesn't get named 'section-4' but skips to the next 'free' space, which could be 'section-30' if i've been crazy enough to create and then delete 29 others ...
is there a way to 'reset' the counter (guessing here it's doing something with the overall database), or do i have to manually update numbers in style.css to take account of this?
(there may also be a CSS way to style all sections but that actually isn't exactly what i'm after)
as ever, amazing tool and thanks to anyone who can throw some light here
elfneedsfoodbadly.org
