Announcements
When I create a Marketing page, the body content is all on the left side. I'd like for the body content to be center aligned. Thoughts on how to do this? I need a semi generic method as I need to do this on all of my marketing pages.
Hi Stephani,
First of all, do you use a template for your marketing pages or do you use a blank/none?
If you are not using a template and you are trying to build one from scratch, I believe that you need some HTML experience. You should be able to achieve this by creating a “container” and add some styling to it.
The markup could look something like this (inserted in source of the designer):
<style>
.container {
width: 900px;
margin: 0 auto;
</style>
<div class=“container”>
YOUR CONTENT GOES HERE
</div>
You can find tons of examples of this online. Most of the templates in Dynamics Marketing should already contain this.
I hope this helps.
Kind regards,
Jonas
Here are a couple industry standard techniques you can use to center things, either vertically or horizontally:
www.w3schools.com/.../css_align.asp
Unfortunately, I've tried this and it's not working. Yes, I'm starting from scratch, the templates were not working for me with what I need to do.
Unfortunately, I've tried these, too. I've opened a ticket with MS.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Hamza H 142 Super User 2026 Season 1
Nagaraju_Matta 128
11manish 121