Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[style]: Testimonial Section Overflow and Height Issue #1176

Closed
1 task done
rajveeerr opened this issue Oct 8, 2024 · 2 comments · Fixed by #1182
Closed
1 task done

[style]: Testimonial Section Overflow and Height Issue #1176

rajveeerr opened this issue Oct 8, 2024 · 2 comments · Fixed by #1182

Comments

@rajveeerr
Copy link
Collaborator

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:

  1. Adjust the height of the testimonial section to accommodate its contents dynamically, ensuring no vertical overflow.
  2. 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.
  3. Ensure the testimonial section maintains responsiveness across all devices (desktop, tablet, and mobile) and integrates seamlessly into the existing design.
  4. 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

Screenshot 2024-10-08 at 8 02 57 PM

Code of Conduct

  • I agree to follow this project's Code of Conduct
Copy link

github-actions bot commented Oct 8, 2024

Hello @rajveeerr!
Thank you for raising this issue.

Please make sure to follow our Contributing Guidelines.
Don't forget to ⭐ our Imagine AI.

Our review team will carefully assess the issue and reach out to you soon!
We appreciate your patience!

Copy link

github-actions bot commented Oct 8, 2024

To reduce notifications, issues are locked. Your issue will be unlocked when we add the label, gssoc23.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants