My goal is to customize a bootstrap 5 thumbnails carousel by placing the thumbnails either on the top or the left side of the slides section. The default setting is at the bottom, but I need these two variations. The base model works perfectly, but I'm struggling to separate it into rows and columns for the thumbnails. No matter how I try to rearrange the carousel section, the end result remains unchanged. Below is the original code, followed by my attempt at splitting it which was unsuccessful.
I attempted to divide the carousel with rows and grids to distinguish between thumbnails and slides, but the thumbnail section remains fixed at the bottom of the screen.
For instance, I tried to position the thumbnails at the top, but it still displayed at the bottom, despite trying different variations like col md-4 and flipping the row/column structure.
I was able to create a layout without the carousel, but I prefer to have a cleaner code structure that serves media from a unified setup. Any suggestions or references on how to achieve this would be greatly appreciated.