Moving Lightbox Gallery Component into a TAB

Saj, you're keeping me on track here and I appreciate it! Might as well learn to do this right! Thanks. I currently have

 HTML
    Body
         Container  Main Header 
         Container Slides-Swiper
         Container Tabs Block Footer Basic

Container should be just inside of the <Body>

  HTML 
         Body
             Container (Only one)
                 Main Header
                 Carousel Tabs
             Container
         End of Body

To make this change, do I just drag a new COMPONENT container down into just below BODY and then drag each of my main elements up in the OVERVIEW area? --That's what I am going to try. Then I'll change the TAB Lightbox the way you suggest to.<br /> This forum is going to be littered with lots of thanks to you and Jo, but you deserve it. THANKS.

RE the Lightbox Gallery - That was what I did. I think I might change it how you suggest because of the extra space which I noticed.

Because you have

<

div class="container-fluid"> already, you don’t need

the supplied .container from the Lightbox. But you could always add a DIV and give it the container class and put it in the DIV with class photo-gallery and then put the DIV "Intro" and ROW "Photos" in it if you want. It does add a little more left/right buffer space (container padding) if you did it.