Yes, just figure out which widget you want to appear full width, and do a search in your css and change the width to full width (100%) instead of 1140px or whatever size it is currently set at.
Also if you want it centered, just add text-align: centered;