Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
beats23 Posted December 3, 2024 Posted December 3, 2024 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, 2024 Posted December 3, 2024 @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, 2024 Solution Posted December 3, 2024 This will do it. Nice and simple 🙂 /* Reverse user navigation */ .ipsUserNav--member{ flex-direction: row-reverse; } Marc, beats23, MythonPonty and 1 other 1 3
beats23 Posted December 3, 2024 Author Posted December 3, 2024 Great stuff. Thanks 🙏. Ehren and Marc 2
Recommended Posts