Hi @athena1979
The following CSS should do the trick:
#foogallery-gallery-18 .fiv-inner {
display: inline-flex;
flex-direction: column-reverse;
}
#foogallery-gallery-18 .fiv-ctrls,
#foogallery-gallery-18.fg-border-medium .fiv-ctrls,
#foogallery-gallery-18.fg-border-thick .fiv-ctrls,
#foogallery-gallery-18.fg-border-thin .fiv-ctrls {
border-bottom-width: 1px;
}
#foogallery-gallery-18.fg-border-thin .fiv-ctrls {
border-top-width: 4px;
}
#foogallery-gallery-18.fg-border-medium .fiv-ctrls {
border-top-width: 10px;
}
#foogallery-gallery-18.fg-border-thick .fiv-ctrls {
border-top-width: 16px;
}
In the code above, kindly replace “18” with the gallery ID of that particular gallery. The gallery ID is the numeric in the gallery shortcode.
You should then add the CSS in the “Custom CSS” textarea of that particular gallery and save changes.
Kind regards,
Elvis.