Buy me a coffee
section.grid-meta-wrapper>div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

section.grid-meta-wrapper {
    position: absolute !important;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
section.grid-meta-wrapper>div {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
section.grid-meta-wrapper * {
    color: #fff !important;
}

 

Custom Css Menu Min