Hi there!
To test your design on larger displays, you have several options:
The quickest way is to adjust the canvas width in the Designer by clicking the dimensions at the top and entering your desired width (e.g., 2000 pixels). For comprehensive testing across different screen sizes, you can also use the Chrome devices tool to simulate various viewport sizes.
To ensure your design works well across all screen sizes, implement responsive design principles by:
- Using percentage-based widths instead of fixed pixels
- Setting appropriate max-width values to prevent content overflow
- Creating breakpoints to reflow and reposition content based on browser width
For detailed guidance on creating responsive designs, check out our responsive design guide.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.