Mega menu max width not working

Hi!

I’m trying to set the max width on the mega menu, but it keep getting full width.

Which element should i target to set the width?
I tried to set it in the dropwdown CSS selector (Horizontal), the content block and the container but it dosen’t help.

Skærmbillede 2025-08-13 kl. 09.34.49

Hey,

Can you share a link? That would make it easier to help.

Also, you can try adding a Block or Div inside the dropdown content element, set its width to 100% and a max-width of 1280px (or whatever you prefer). Then set the dropdown content style to align-items: center.

Finally, place all the elements you want inside the Block/Div you just added.

Cheers,
Binu

Hi!

Here are the site: Mega menu - Best Stock site

I think i found the solution but now i have another problem on mobile when i open the mega menu, i can scroll in the menu. How do i fix that?