Menu Stretched to the Container Width


To stretch the menu, add the following CSS rules to the page:
<style type="text/css">
  .spmenuOffice_blue .spmenu-top {
    background: #ADCBF7;
    width: 100%;
  }
</style>
where "Office_blue" can be changed to the name of the theme you are using.