So as I haven’t done this before not sure if it is a bug.
I needed two bars in the header but I needed them both fixed. This seems problematic to create and I had all sorts of weird results so I ended up creating one bar that I loaded a global block into.
- In the global blocks display when I added my inline menu which has drop down I ended up with scroll bars in the preview. ( I understand why this happens but it is a bit disconcerting.)
- when I added the global block into the bar it did not take up the full width of the bar. content length etc. of the bar is set to 100%.
The bar was set to full width with no outer spacing, padding or margins. The global block was also set to full width.
I had to add element CSS of the container even though everything was set to 100% in the builder settings.
$el.x-bar-container, $el .x-global-block { width: 100%; }