Jump to content

Featured Replies

Posted

The default user nav looks like this.image.thumb.png.9ef818a50bbdc92b433b413d47cf3efe.png

 

I want the user nav to look like this.image.thumb.png.40f24a4974750690437e3258a14682fe.png

 

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?

Solved by Ehren

Go to solution

@Ehren may be your best person to answer this, but that is certainly the way I would probably have gone about it

  • Solution

This will do it. Nice and simple 🙂 

/* Reverse user navigation */
.ipsUserNav--member{
    flex-direction: row-reverse;
}

 

^ this is why he is the designer lol

  • Author

Great stuff. Thanks 🙏.

Recently Browsing 0

  • No registered users viewing this page.