i added following css and the top bar menu showing on mobile now,
but it show every selection on new row, how can i fix them on one row just like desktop? i just want to show “My account” and “logout”
#top-bar .tb-left, #top-bar .tb-right {
display: block;
}
thank you in advance!