As someone who is new to css and html design, I recently started using flex in my bootstrap designs. My goal was to have the components sorted from left to right direction, similar to how it's done on this site.
Now, I am looking to shrink the slider to the right side and place another component on the left side. I attempted to achieve this by removing a line under #GrandCarousel.
element.style {
/* left: -396.5px; */
}
Can anyone guide me on how to implement this particular feature?