Hello!
I was able to center the 'Caption Title' but not the 'Caption Text'.
To successfully center the 'Title', I used:
/* Centers the title caption in the portfolio slideshows*/
#top .slideshow_caption h1 {
font-family: Cabin;
text-align:center;
but I was not able to do it for the 'Caption Text'. I tried this:
/* Centers the caption in the portfolio slideshows*/
.slideshow_inner_caption h1, .slideshow_inner_caption div {
text-align: center !important;
}
...but this wouldn't work. Do you have any suggestions on how I could center the caption text?
Thanks!














