Hi @djclowes77
Thank you for reaching out, and we’re happy to hear that you love Spotlight!
Upon checking, I found that you have a div element with the class e-flex
that is using CSS flex to set the layout for the page, and this is causing some layout issues on mobile.
To fix this, please add the following CSS code:
selector {
flex-wrap: nowrap;
}
Ensure to target this specific container.
This solved the problem on my end. Please try it and let me know how it goes. Thank you!
Amazing thank you, worked a treat!
Hi @djclowes77
I’m glad to hear that the solution worked for you. If you ever need any other assistance, please don’t hesitate to reach out. We’re always here to help!
P.S: If you have a moment, would you consider leaving us a review? It only takes a minute, but it means the world to us.