How do i create an LWC carausel design where the text and image are shown side by side instead of the default top and bottom.
what i want is to make 1 & 2 side by side not top and bottom. link from where i took the default one: https://developer.salesforce.com/docs/component-library/bundle/lightning-carousel/example
Unfortunately, that is not possible via the inbuilt LWC Carousel. There are a lot of restrictions on this component. The only elements within the carousel you can use are lightning-carousel-image, which doesn't provide much flexibility.
More information on lighting-carousel-image can be found here: https://developer.salesforce.com/docs/component-library/bundle/lightning-carousel-image/documentation