I am trying out the new section dividers feature, but found that it doesnt apply to image blocks.
I have images with a flat looking base so it looks fine without dividers or directly above flat lines, but when I try to add a wavy divider for instance, the divider will start a few blocks below the image block, it makes it look awkward and disconnected.
Would anyone have a solution for this? For now I have tried this code below, but I am unsure if it is the correct way to go.
section[data-section-id="6429ab8f542c23222581a71e"] .content-wrapper {
padding-bottom: 0 !important;
}
.image-block-wrapper { max-height: 100% !important; }