I have a template with a fixed width that is centered using margin: 0 auto. The problem is that any content I add to my landing page doesn't center with the template as the window size changes because it is absolutely positioned relative to the window. Is there any way to make the content position relative to the container in the template? Or some other way to make the block content of the landing page center in the window (not center the text, but center the block of content)?
I searched for related topics, but I was unable to find one that addressed this issue. I konw how to center content with CSS; I am asking about how to center the content created using the design studio to edit a landing page.