Margins per device screen size

Coming from RW where I am fluent, I cannot understand how do we set margins per device screen. I used a sample blocs for the statistics with 3 columns. It comes all weird on iPad portrait.

Also how can I specify custom font size per screen size?

third thing I see wrong is the rendered/previewer shows one thing and the final export shows a different thing on mobile.

Hey @Bonev welcome :raising_hands:

You can adjust by changing the current breakpoint at the top of the main application window and then applying margin either with the spacing controls or with a custom class.

However, I know that Bloc layout and you may actually want to adapt the parent column settings for the breakpoint.

Column settings cascade up through breakpoints, so when you set them at a lower breakpoint level they may alter the layout on the breakpoints above, just manually reset them on the effected breakpoint if this happens.

I hope this helps.

Welcome to the Blocs community @Bonev :waving_hand:

1 Like

Thanks Norm. I guessed that is how it will work. This is actually quite nice and fast way to go through them with Command+12-3-4. I hope this works with Menu text size too.

1 Like

@Norm anyway to control the text size and formatting of the menu per screen size?