Tagged: Galleries
Hi,
I just switched to Enfold as a theme and all of my beautiful, simple galleries now look very poor. Previously I only used the default WP settings and they displayed fine.
How do I get my Captions back? and increase the size of the images and margins?
Thanks for any help!
Hi swantonschool!
Please post a link to your gallery page and we’ll check why the captions don’t work.
Cheers!
Peter
Thank you Peter :) I probably should have done that the first time!
Hey!
Thank you for the link!
Unfortunately, you might need to redo the whole gallery because the theme overrides the default gallery styling. Use the Gallery element under the Media Elements panel when using the Advance Layout Builder or use the shortcode wand. If you want to use the default wp caption, add this on Quick CSS or custom.css:
#top .gallery-caption {
display: block;
}
#top .gallery .gallery-item {
width: 80px;
height: 150px;
overflow: visible;
}
Regards,
Ismael
Thanks Ismael! The code worked great. It unfortunate that the defaults are overridden though, perhaps it should be an option to override them as I’m sure this could cause a lot of unnecessary problems when folks switch to this theme.
Thanks again for the help!
Rusti