New Landing How can we help? Cardinal Team: Dissable image stretch on member profile

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Cardinal
  • #117672
    chiriacdr
    Member
    Post count: 12

    Hi there, nice Theme! It’s like my 4th purchase pour this one!

    Is it possible to dissable the image stretch on the member profile (team functionality)?

    Thanks!

    #117690
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You can add the code below to the theme custom css options.

    Adjust the value of the width to get the desired size.

    
    article.type-team .profile-image-wrap {
    width: 250px!important;
    }

    -Rui

    #118182
    chiriacdr
    Member
    Post count: 12

    I’m sorry if this is obvious,

    But where am I to find the “Theme custom css options”?

    Thanks!

    #118186
    chiriacdr
    Member
    Post count: 12

    Oh OK sorry I just found where! But I have another question on the same topic:

    Is it possible for the profile image area (team member page) to take 1/3 of a page instead of the default 1/2?

    Thanks!

    #118187
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In your WordPress Admin go to Theme Options > Custom CSS/JS

    – Kyle

    #118215
    chiriacdr
    Member
    Post count: 12

    Thanks yfor your answer! Is it also possible for the profile image area (team member page) to take 1/3 of a page instead of the default 1/2?
    Thanks!

    #118221
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    article.type-team .article-body-wrap {
      width: 70%;
    }

    – Kyle

    #118224
    chiriacdr
    Member
    Post count: 12

    Many thanks!

    #118225
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register