container height with fixed content
-
In your version 4.0.4:
For a slider with the Fixed Content property, the image container is not displayed correctly.
You have forgotten to set this CSS property:
min-height: var(--gutenslider-min-height);
Workaround in my style.css that works for me:
.slick-slider, .wp-block-eedee-block-gutenslider { min-height: var(--gutenslider-min-height); }
But it would be better to fix the bug in the plugin.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘container height with fixed content’ is closed to new replies.