Topbar: Move account icon next to search icon
Example:
Code:
/* -- code to move account icon to right side -- */ .header-search__wrapper{ right: 30px + ($gutter / 2) !important; @include at-query ($min, $small) { right: 30px + $gutter !important; } } .header-account-link{ float: right; } /* - end - */
Where do I add the code?
Use this link to learn where exactly to add this code snippet: