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.
Unfortunately, I've tried these, too. I've opened a ticket with MS.
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.
Hi Stephani,
Here are a couple industry standard techniques you can use to center things, either vertically or horizontally:
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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156