No px suffix when padding not filled
-
Hello
I have a weird problem with your plugin…
It would be easier to explain that on example so:
The situation is: I want to have 20px padding on the right side of my column.
I type 20 to the right box in shortcode options popup – the rest of the fields remains empty.
What I get in my final shortcode is: padding=”0 20px 0 0″ and it doesn’t work in Chrome and Firefox (I haven’t check other browsers)When I go back to the shortcode options popup and I fill all the fields: top: 0, right: 20, bottom: 0, left: 0, what I get in my final shortcode is: padding=”0px 20px 0px 0px” and it works perfectly in both Chrome and FF.
Is it possible that you change the plugins code so it would add “px” to ALL values if at least one value is filled?
- The topic ‘No px suffix when padding not filled’ is closed to new replies.