Centering modal over main content section, not whole page

I have a page with a left-hand nav menu and main content section. I’d like my modal to be horizontally centered over the content section, not the entire page. I’ve tried putting a left margin on the modal that is the same width as the left-hand menu, but the margin is being further offset and I can’t figure out why. Help! Thanks. :slightly_smiling_face:

Your solution works and is correct:

  • The modal is centered over the whole page(controlled in modal settings)
  • You move it right by the size of the menu

The blue indicator shows that you have moved the modal from page center to page center + menu size

1 Like

Thanks @luka.