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

  • Author
  • #193346
     spocar
    Participant

    Hello guys quick question is there a way I can change the profile size in the mobile mode? In the web mode looks great. However, i would like to change the size of the mobile size.

    #193372
     Radu
    Moderator

    Hi,

    You can do it with a css like this

    COPY CODE
    
    @media(max-width:768px) {
        #profile #item-header-avatar .avatar {
            max-width:200px;
        }
    }
    

    You can add it to 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
    #193397
     spocar
    Participant

    Thank you so much Radu!!!

    #193445
     Radu
    Moderator

    You’re welcome
    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 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?