Using superfish block.
Sirate Style is being applied to menu items.
Black bar ends at last menu item and does not fill region.
checked css and made sure spacer image is in images folder.
Region Settings: full width grey
Block Settings: Raw

Comments

nirshemer’s picture

to get it to work I had to do the following:
first, from the theme settings -> Layout -> Menu bar (region settings) -> select "Dark gray color"
in the "Superfish 1" block style, select "Raw"

now at the /themes/tb_sirate/css/page.css file comment the following line (132):

/* Region */
#menu-bar-wrapper .region-menu-bar {
  background: url(../images/bg-menubar.png) repeat-x left top;
  /*border-bottom: 1px solid #e2e2e2;*/
  width: 100%;
}

now it works for me.