I'm new to using bootstrap for my website, specifically under bootstrap 4. I have a modal that is left aligned on PC, which is great. However, I want the title to appear at the top of the div on mobile for better readability.
Right now it looks very congested on mobile. How can I achieve this properly?
I attempted using display:flex; in the modal CSS, but the alignment remains on the left side when viewed on mobile devices. Additionally, the text overlaps because the title is long.