How to move surveys before profile in ESC portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 03:13 AM
Hi all, can someone help in moving the Tours option before profile in ESC portal
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 04:06 AM
Hi,
Try to clone employee center header and interchange the position of below sections in HTML
<!-- 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>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023 05:38 AM
Hi @Shruti Thank you, tried, but it is not working.