Hi team, Is there a way to make top-bar right and top-bar left as one module position? (I need JS Toolbar to use a wider space), or is there a way to create a module position that goes above the top-bar positions? Thank you
lynnmora Hi Open file "/tpls/blocks/topbar.php" in template "ja_sensei". Find
<div class="topbar-left col-xs-12 col-sm-6 hidden-xs">
replace col-sm-6 with col-sm-12 to make topbar left full width, same will apply for topbar right position.
Ninja hats off, thank you so much!