Hi Chris,
If you mean the advisory box on
http://www.moreheadcityweather.com/wxindex.phpThe styling is in the CSS for <div class="advisoryBox"></div>
You can change it on the wxindex.php page by adding
<style type="text/css">
.watchBox, .advisoryBox, .warningBox {
width: 600px;
}
</style>
somewhere before the </head> on the page.
Then only the watches, advisories or warnings would all be sized to 600px .. substitute your desired width for 600 above

Best regards,
Ken