Is it the property use things that're getting in my way?
Yep. You need to remove:
property use sidebar_width; property use margins_size;
Property use doesn't mean "use this prop I've just created". It means "use the Core prop because it's perfectly fine and I don't need a new one". *g* You couldn't have known the difference.
no subject
Yep. You need to remove:
property use sidebar_width;
property use margins_size;
Property use doesn't mean "use this prop I've just created". It means "use the Core prop because it's perfectly fine and I don't need a new one". *g* You couldn't have known the difference.