I seem to be having issues with the inputs with the new controls with anything to do with numbers.
For example, I have tried both of these controls:
with input: 250px
And the style as
li.list-item {
width: $button_width;
}
— as a number field, I tried “px” right after the “$button_width”, and with a space - didn’t work - the text field works with “#” when picking a color… so… I was hoping units could be read.
And, I can’t get dimensions to work at all, this is what I did with the controls:
And CSS:
li.list-item {
padding: $button_padding;
}
…any ideas?
Oh, and I use Beaver Builder.