Sidebar content start on top

Hi,

i want my sidebar content to start on top of the page and not in the center.
I already set the flex for all bar and containers to “start” but it´s still in the center.

any idea?

Hi Nikolaus,

Thanks for reaching out.

That’s weird, a CSS is coming from stack’s CSS and I can’t reproduce it on my installation. The fix is overriding that CSS that seems not configurable even from the builder

.x-bar, .x-bar-scroll, .x-bar-scroll-outer, .x-bar-scroll-inner {
    justify-content: flex-start !important;
}

Please add that to your header’s CSS section.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.