Row padding does not reset when blanked
-
So, if I have an entirely blank row layout, the padding is correctly showing its default value (whatever
var(--global-content-edge-padding, 15px)
is returning)Then, if you override the left padding, you will see that it correctly updates, which is great!
However, if you then remove that left padding again, in the preview html, the left padding remains set to the last value it was set to, which in this case was 0. This is inaccurate, because when you save and either reload the block editor or look at the frontend, the padding being used is indeed the default value.
Thank you! And thank you for this plugin!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Row padding does not reset when blanked’ is closed to new replies.