Align Title/Icon to bottom of Image

To align title/icon to bottom of image in Expanding Panels plugin, like this.

Wm09 1

You can use this code to Custom CSS.

[data-wm-plugin=expanding-panels] .vertical-title {
    bottom: 30px !important;
    transform: unset !important;
}
[data-wm-plugin="expanding-panels"] .vertical-title h4 {
    display: flex !important;
    align-items: center;
    transform: unset !important;
    writing-mode: initial !important;
}
[data-wm-plugin="expanding-panels"] .vertical-title h4:after {
    bottom: 0;
    transform: unset !important;
    right: -30px;
}

Wm09 2

Buy me a coffee