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

carousel is not aligned properly in responsive mode on category page #1837

Open
shivam8112005 opened this issue Nov 16, 2024 · 1 comment
Open

Comments

@shivam8112005
Copy link
Contributor

**Describe the bug
The carousel on the category page appears misaligned when viewed in responsive mode. The content either overflows, shifts, or does not center correctly, making it visually inconsistent on smaller screens.

To Reproduce
Steps to reproduce the behavior:

  1. Navigate to the category page containing the carousel.
  2. Resize the browser window to simulate a smaller screen (e.g., below 768px).
  3. Observe that the carousel content appears misaligned or improperly scaled.

Expected behavior
Align centrally within its container.
Scale properly without overflow or clipping.
Adjust the height and width of images or items to fit the viewport in responsive mode

Screenshots
Screenshot 2024-11-16 234252

Additional context
The category page uses a carousel element, likely relying on Bootstrap or custom CSS. The issue might stem from:

Missing or misapplied responsive classes (col-*, d-flex, align-items-center, etc.).
Incorrect width or margin settings in CSS.
Image dimensions not being responsive (max-width, height, etc.).

Copy link

Thanks @shivam8112005 for raising this issue! We'll look into it.We hope you have made sure that a similar issue doesnt exist , if it does, kindly ask to be assigned on that issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant