Great module!

Took me a while to get the hang of it... but now i've got curvy corners all over the place ! :)

My question is: How can i add a 10px padding to the left and the right inner sides of the box?

What i want is:

element.style {
...
padding-left: 10px;
padding-right: 10px;
}

Comments

asak’s picture

Status: Active » Fixed

After finding this i solved the issue.

Padding can be added using the AutoPad, but only if all 4 ways have the same padding (i.e. padding: XXpx).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.