This topic has 6 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #149994
     dtalton1607
    Participant

    The Kleo Member Carousel (Visual Composer Element) is displaying our member avatars far too large and won’t format properly when we attempt to force them to specific pixel dimensions. What we end up getting are larger, degraded avatars that are highly pixelated. Please let us know what we can do with this to improve the look of our homepage.

    #150068
     Laura
    Moderator

    Hello, what size would you want?

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

    We wanted the avatars to appear at 150×150 as they do on the profile pages.

    Thank you.

    #150475
     Laura
    Moderator

    Hello, can you share access so i can see it and give you the css code? 🙂

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

    Hi Laura,

    Would you like FTP Access or simply access to our wordpress dashboard?

    #150540
     dtalton1607
    Participant

    Wordpress Dashboard Access Credentials:

    uname = SeventhQueenTemporaryUser
    pword = TempAxxess2017

    #150719
     Laura
    Moderator

    Hello, here, try this css code

    COPY CODE
    
    .item-avatar.kleo-rounded {
        width: 150px;
        height: 150px;
    }
    

    Add to style.css of child theme
    If it does not work, try

    COPY CODE
    
    .item-avatar.kleo-rounded {
        width: 150px !important;
        height: 150px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?