This item is being handled through our email support, so I’m going to close out the thread here. For future googlers who land on this page, this issue is usually caused by the theme active on the site. Here’s a general fix (note that you’ll need to change the page ID based on your specific site) that will get you pointed in the right direction:
There are a few ways to work around this limitation, but the simplest is probably adding a bit of CSS to get that homepage working the way you’d like.
Install a custom CSS plugin like this one: https://www.ads-software.com/plugins/simple-custom-css/
Then, add this CSS:
.page-id-482 .content-area {
width: auto;
float: none;
}
.page-id-482 .widget-area {
display: none;
}
That will make your content area take up the entire width of the homepage, which will allow Draw Attention to fill the entire width.