beats23 Posted December 3 Posted December 3 The default user nav looks like this. I want the user nav to look like this. I think I can do it by hooking a rearranged user nav code to the user nav template in Dev mode and then using CSS to hide the original user nav. Is there another method I can use to achieve this mod?
Marc Posted December 3 Posted December 3 @Ehren may be your best person to answer this, but that is certainly the way I would probably have gone about it beats23 1
Solution Ehren Posted December 3 Solution Posted December 3 This will do it. Nice and simple 🙂 /* Reverse user navigation */ .ipsUserNav--member{ flex-direction: row-reverse; } Marc, Adriano Faria, MythonPonty and 1 other 1 3
Recommended Posts