• Resolved jnrntn

    (@jnrntn)


    Hello! I was wondering if anyone knew how to centre the profile menu on the Users/profile page. Currently the divs with icons for About, Posts, Comments etc are left aligned. I’ve tried fiddling with various text-aligns and displaying inside divs with inline-block but I’m getting nowhere.

    Help appreciated! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jnrntn

    (@jnrntn)

    After some further fiddling, it would seem the below does the trick.

    .um-profile-nav {
    display:flex!important; 
    justify-content: center!important;
    }
    • This reply was modified 4 years, 1 month ago by jnrntn.
    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @jnrntn

    Thanks for letting us know how you resolve the issue.

    I am closing this thread now.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Profile Menu’ is closed to new replies.