Responsive mobile layout

My portrait mobile layout is different with other screens. But when I’m working on the mobile portrait, it effects other screens. Could anyone help me figure out how to fix?

Cheers.
Rui

Hello, @rwang!

If you are changing CONTENT on the mobile portrait view it will AFFECT all other views. Only STYLE changes (even background image) will be NOT reflected on the other views.

Regards,
Anna

@sabanna How about sections and containers?

It is HTML elements, so it is CONTENT.
If you want to ADD them only on mobile view - make them display: none for all other devices
If you want HIDE them only on mobile view - make them display:none for only this view

You can change it at the section (or container) settings panel

Cheers, I’ll try it out.

It works, thank you @sabanna

1 Like

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