pccoe-acm-hacktoberfest-2023 / Education-Institute-frontend

Frontend website using HTML, CSS and jQuery.
0 stars 2 forks source link

[FIX]: Layout Shifting on Window Resize #11

Open patil-rushikesh opened 2 weeks ago

patil-rushikesh commented 2 weeks ago

Description: When the browser window is resized or when the site is viewed on devices with varying screen sizes, the layout of certain elements shifts unexpectedly, causing misalignment of sections, images, or text blocks. This can break the user experience as elements may overlap or move outside of their intended space.

Solution: Review the CSS layout structure, and make use of responsive layout techniques such as Flexbox or Grid to create a more adaptable layout. These technologies ensure that the structure of the page adjusts smoothly across different screen sizes, without unexpected shifting. Make sure to test on various screen resolutions to ensure consistent layout behavior.