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

Menu items letters drop to second row on smaller screens (~768px) #2552

Closed
3 tasks done
richard-rapenne opened this issue Apr 26, 2024 · 4 comments
Closed
3 tasks done
Labels

Comments

@richard-rapenne
Copy link

Prerequisites

Describe the issue

On smaller screen resolutions (for example 768px - tablets), or if you zoom in on the page, menu items letters drop to a second row. The issue is visible on orange.com and also on the Brand Site : brand.orange.com

menu

Reduced test cases

brand.orange.com
orange.com

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Chrome, Firefox

What version of Boosted are you using?

5.3.2

@julien-deramond
Copy link
Member

Thanks for reporting this issue @OriginalUserName
I've created a CodePen with your menu based on the Orange navbar provided in our documentation for Boosted v5.3: https://codepen.io/julien-deramond/pen/YzMgeoe.
The nav links should appear only from 1024px. At 768px, here's the rendering:
Screenshot 2024-04-26 at 16 05 37
Screenshot 2024-04-26 at 16 05 30

Could you please double-check your DOM and the classes used? It's possible that they are not updated.

@richard-rapenne
Copy link
Author

Hi @julien-deramond,

We can see this issue happening on live orange.com website as well. Does that mean they aren't using the proper classes as well? We have a similar integration on the Brand Site.

@julien-deramond
Copy link
Member

Yes, it looks like the DOM and classes from both websites is closer to Boosted v4 (with the Orange megamenu) than Boosted v5.
For example, I can spot at least the usage of .navbar-expand-md which is now .navbar-expand-lg.

@richard-rapenne
Copy link
Author

richard-rapenne commented Apr 30, 2024

Hi @julien-deramond, we are already using the class navbar-expand-lg on the Brand Site, so that means we should be using the correct markup for Boosted V5?

@julien-deramond julien-deramond closed this as not planned Won't fix, can't repro, duplicate, stale May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants