You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testimonial section currently has less height than its contents, causing overflow in the Y direction and requiring users to scroll to view all content. This creates a poor user experience and disrupts the overall layout of the page.
Tasks:
Adjust the height of the testimonial section to accommodate its contents dynamically, ensuring no vertical overflow.
Explore solutions like:
Setting the height to auto and using padding/margins to give enough space for the content.
Implementing a carousel or slider if there are multiple testimonials, which would make the section more interactive and reduce the need for scrolling.
Applying a max-height with overflow-y: auto only if content exceeds a certain limit, combined with smooth scrolling to enhance the UX.
Ensure the testimonial section maintains responsiveness across all devices (desktop, tablet, and mobile) and integrates seamlessly into the existing design.
Test the section for different screen sizes and content lengths to make sure it scales properly.
Expected Outcome:
The testimonial section should display its content without any overflow, providing a seamless and professional user experience. It should be responsive and consistent with the rest of the page’s design, ensuring a polished and interactive feel for the users.
Add screenshots
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What's the style idea?
The testimonial section currently has less height than its contents, causing overflow in the Y direction and requiring users to scroll to view all content. This creates a poor user experience and disrupts the overall layout of the page.
Tasks:
auto
and using padding/margins to give enough space for the content.max-height
withoverflow-y: auto
only if content exceeds a certain limit, combined with smooth scrolling to enhance the UX.Expected Outcome:
The testimonial section should display its content without any overflow, providing a seamless and professional user experience. It should be responsive and consistent with the rest of the page’s design, ensuring a polished and interactive feel for the users.
Add screenshots
Code of Conduct
The text was updated successfully, but these errors were encountered: