Theater album in middle of page?

Hello,

Is it possible to put a Theater album in the middle of a page, with text above and below it? I do this with my regular albums using the following scripts in my custom php file but it’s not working for me on a page.

script>$( “#BCP-aft-thumbs” ).insertAfter( $( “.the__gallery” ) );/script>
script>$( “#BCP-aft-albumSet” ).insertAfter( $( “.the__albumSet” ) );/script>
Note that I removed the "<"s so the line appears.

Thanks a lot

You’re inserting a Theater album into a page rather than doing this in the Theater album itself?
Because using .the_gallery should work. But I don’t know if that class is part of an album inserted into a page.

There may be another selector you can use. Can you post a link to the page?

Thanks, as always, Rod. I was hoping to be able to “pop” the Theater into the middle of already completed pages, but your suggestion is a good one.

I have one more question. Do you see a horizontal line under the Caption of the Vegas Slideshow? If it’s not something I’ve done, how do I remove it? I don’t see any code or css that would account for it, but it seems to be attached to <div id=“vegas_caption”.

Regards

I found it. It’s here.

#vegas_caption p {
border-bottom: 1px solid ;
margin: 0 auto;
max-width: 1024px;
padding: 12px 24px;
}