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.
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.