Activity

  • Anve S. replied to the question Remove Name in the forum Social Portfolio 8 years ago

    Hi @heavenlygiftedpeople,

    Please place the following code in child theme’s custom css . This will move the city text downwards , hence will look perfect on every screen size .

    body.bp-user.projects #buddypress #item-header .profile-info span.profile-field {
    margin-top: 15px!important;
    }

    Regards
    Anve