This topic has 23 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #196688
     spocar
    Participant

    Hello guys. quick question how do I make my avatar profile circle?

    #196728
     Radu
    Moderator

    Hi,

    Just using this css

    COPY CODE
    
    #profile #item-header-avatar .avatar {
        border-radius: 50%;
    }
    

    Add it in wp-admin -> theme options -> styling options -> quick css

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #196760
     spocar
    Participant

    Thanks radu and what if in my mobile I want it in the center?

    #196787
     Radu
    Moderator

    It’s already on center, can you be more specific ?

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #196867
     spocar
    Participant
    This reply has been set as private.
    #196998
     Radu
    Moderator

    Hi,

    The credentials aren’t working

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #197076
     spocar
    Participant
    This reply has been set as private.
    #197107
     Radu
    Moderator

    Hi,

    Add this css

    The css will be added to wp-admin -> theme options -> styling options -> Quick CSS

    COPY CODE
    
    @media(max-width:768px) {
        div#item-header-avatar {
        text-align: center;
        display: block; 
        }
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #197158
     spocar
    Participant

    Thank you so much radu. Btw I would like also to make those 3 fields under the profile avatar “add friend” “public message” “private message” move it to the center and make it little more longer like to make it fit same margin of the avatar image.

    Attachments:
    You must be logged in to view attached files.
    #197222
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    @media(max-width:768px) {
    
        #profile div#item-buttons {
            text-align: center;
            margin: 0 auto !important;
            display: inline-block;
        }
    
        #profile .two.columns.pull-two {
            text-align: center;
        }
    
        #profile div#item-buttons * {
            min-width:220px !important;
        }
        
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #197277
     spocar
    Participant

    thank you so much radu

    #197315
     spocar
    Participant

    and Radu i forgot to make the buttons that I told you be on the bottom also on desktop. Could you please help me with that? and for the admin page to make the “change photo” that is on the avatar also on the bottom and visible.

    Attachments:
    You must be logged in to view attached files.
    #197353
     Radu
    Moderator

    For desktop same on mobile

    COPY CODE
    
    #profile .row .five.columns .two.columns.pull-two {
        float: left;
        display: inline-table;
        margin: 0 auto !important;
        position: initial;
        padding: 20px 10px;
    }
    

    Pulling the change avatar out implies additional time, not have solution for that

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #197853
     spocar
    Participant

    Hello Radu. I tried the code and it works good on mobile.However, when i use the last code that you gave me, the buttons go on the bottom of the avatar profile, but when i use it as mobile is not aligned. when i stretch the windows the buttons on mobile doesn’t move with the avatar just stay on the left side until reach the desktop mode so then it position under the avatar profile.

    #197954
     Radu
    Moderator

    Replace with this one

    COPY CODE
    
    
    #profile .row .five.columns .two.columns.pull-two {
        float: left;
        display: block !important;
        margin: 0 auto !important;
        position: initial !important;
        padding: 20px 10px;
        width: 100% !important;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #198078
     spocar
    Participant

    Thank you so MUCH!!! Radu it works now

    #198440
     Radu
    Moderator

    Great
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #198821
     spocar
    Participant

    Hello Radu. I decided to change the color of the buttons, can you provide me the code to change the color of the buttons that are under the avatar profile?

    #198848
     Radu
    Moderator

    Hi,

    Here are the selectors

    COPY CODE
    
    #profile div#item-buttons .friendship-button {background-color:red;}
    #profile div#item-buttons #post-mention {background-color:green;}
    #profile div#item-buttons #send-private-message {background-color:yellow;}
    
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #198962
     spocar
    Participant

    Hello Radu. I tried the code, but it looks like this.

    Attachments:
    You must be logged in to view attached files.
    #199018
     Radu
    Moderator

    Hi,

    retry with the next code it has !important now

    COPY CODE
    
    #profile div#item-buttons .friendship-button {background-color:red !important;}
    #profile div#item-buttons #post-mention {background-color:green !important;}
    #profile div#item-buttons #send-private-message {background-color:yellow !important;}
    
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #199053
     spocar
    Participant

    Hello Radu. I still can’t solve the problem. I tried the code you gave me, but it still making the whole background in 1 color and not button by button.

    Attachments:
    You must be logged in to view attached files.
    #199056
     spocar
    Participant

    Hello Radu. Nevermind about my last post, I fixed already. Thank you so much.

    #199287
     Radu
    Moderator

    Great
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 24 posts - 1 through 24 (of 24 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?