Yes it is.
Go to WP and open Dashboard.
Open Plugins>Editor
On the right side of open window in “Select plugin to edit:” chose “Gallery Carousel Without JetPack” and hit “Select” button.
On right side you will see “Plugin Files” and click on “carousel-without-jetpack/carousel/jetpack-carousel.css”
In code find:
.jp-carousel-info h2 {
background: none !important;
border: none !important;
color: #999;
display: block !important;
font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
letter-spacing: 0 !important;
margin: 7px 0 0 0 !important;
padding: 10px 0 0 !important;
overflow: hidden;
text-align: left;
text-shadow: none !important;
text-transform: none !important;
-webkit-font-smoothing: subpixel-antialiased;
}
And change "text-align: left;"
in "text-align: center;"
And click button “update file” at the bottom.