Extra space when page is small or in mobile

When my app is in a reduced frame or mobile, there is extra space on both sides that adds a left-to-right scroll, any ideas?

You can set a condition to reduce the element’s width when your app is reduced

eg: on the element, set condition
when: current page width < 320
width = 300 (when you’ve set a fixed width)
or
min width = 0
Max width= 300px

else
Can you share a screen shot of the issue?
so we better understand what’s up

The scroll at the bottom, I would like the application to fit tight and still on screen, when using mobile its very un stable and moves in 360.

@renaudpc2000 seems your page or the group holding your content or an element has a fixed width or a min-width above 320…
Tryout the above suggestions

or remove the min-width of the element

eg: on the element, set condition
when: current page width < 320
min-width = 0

are you building on the new responsive engine?

I am, I’ll try that now.

1 Like

Is it better now?

Got it figured out, amazing community honestly.

Thank you bro!

1 Like

Hello! I am having the same issue here. Here is my ticket: Sprinkle - Discover where you're needed

This topic was automatically closed after 70 days. New replies are no longer allowed.