How to move surveys before profile in ESC portal

Krishna Chaitan
Tera Expert

Hi all, can someone help in moving the Tours option before profile in ESC portal

 

KrishnaChaitan_1-1699006370676.png

 

 

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi,

Try to clone employee center header and interchange the position of below sections in HTML

Shruti_0-1699009522115.png

  <!-- Cart, tours, and Wishlist -->
          <div class="gt-menu-item" role="presentation">
            <sp-widget widget="data.top.menu" id="menu_item"></sp-widget>
          </div>
<!-- Avatar and its drop down (Desktop) -->
          <div class="avatar-drop-down gt-menu-item" role="presentation">
            <sp-widget widget="data.avatarDropDown" id="avatar_drop_down" ></sp-widget>
          </div>
          

 

Hi @Shruti   Thank you, tried, but it is not working.