Check out this website:
It functions perfectly on Desktop browsers at all scales and works on Mobile devices in Landscape mode.
However, I noticed that when using Portrait mode on my iPhone SE, the first image in the carousel appears off center in Chrome.
Here's a screenshot for reference:
https://i.sstatic.net/h5r2vm.png
I attempted to fix this by adding text-align:center
style specifically to that image's div within the carousel, but it had no effect.
Update: Despite trying the solution provided in an earlier response, which involved adding the following code to my CSS: .carousel-inner > .item > img { margin: 0 auto; }
the issue remains unresolved.
Any suggestions or ideas?