• How can I align the disconnect from Facebook button to the right side on my edit profile page. I also want to reduce the size and make it less prominent.
    I tried adding following css but nothing works
    a.css-fbl {
    max-width: 160px !important;
    float: right !important;
    }
    and
    #your-profile a.css-fbl{float:right !important}

    Any help please.

Viewing 1 replies (of 1 total)
  • Plugin Author Damian

    (@timersys)

    are you talking about wp-admin profile page?

    For the size you can use a filter in your functions.php

    add_filter(‘flp/button/size’,function(){ return ‘small’;});

Viewing 1 replies (of 1 total)
  • The topic ‘Align button to right’ is closed to new replies.