This article relates to Google Ad Manager HTML Ad Tag Code
When implementing Ad Unit code to your website, the default is to left align that ad unit. You can center your ad unit by wrapping your ad code with the following code:
- <div style="display:flex;justify-content:center;">
- <!-- AD CODE GOES HERE -->
- </div>
The end result will look something like this: