I have added icons with text to my page that should be displayed side by side in the mobile version. The Horizon theme only displays these elements vertically by default and does not offer an option to display a horizontal scroll bar.
That’s why I solved it using CSS. My code and screenshot is below.
The problem: In the mobile view, only the first three tiles are visible; the rest are cut off. I cannot extend the padding further to the left, as this would cause the layout to no longer work or exceed the 500-character limit.
The key change here is adding nowrap on the flex container so items don’t wrap to a potential hidden second line. There’s also some momentum scrolling included for iOS so that we can reduce clipping by parent containers.
Can you try replacing your mobile CSS with the snippet above there and let me know if this resolves things in the preview/on a real device?
If you’re still seeing items cut off, no worries, just let me know here in this thread and we can keep digging into this. Hope this helps!
Hey @Alexandra_Steegmann , thanks for trying that, happy to help further on this.
Would you be comfortable sharing a preview link for the theme (Online Store > Themes > Preview > Share preview link) and the section name you’re using? That’ll let me inspect the DOM/CSS without needing any access. If you’d prefer not to post your URL publicly, I can DM you to grab the preview link and we can keep any sensitive details private (just let me know!). I won’t ask for credentials or access—just the preview URL and the exact section/element you’re modifying. I’ll circle back here with the fix/advice so others can benefit too. Ping me here if you’d like to set up a DM and I can get on that right away
Thanks so much for offering to help – I really appreciate it!
I’d prefer to send you the preview link privately, just because I’m not sure if I’m actually allowed to share it publicly.
I’m definitely happy to post the solution here afterwards though – I can’t imagine I’m the only one running into this issue.
Hi @Alexandra_Steegmann, no worries at all, happy to help! I’ll set up that DM on my end here and take a look once I hear back from you. We can loop back into the public thread once we have an answer to share with everyone, appreciate you working with me on this