Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #576505

    Hi, is it possible to make the portfolio grid show round images,
    I am using the portfolio to create a Team Structure, But the heads get cut off.

    #576508

    Hi LeonNiel!

    Please go to Appearance > Editor and open functions.php file and find

    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );	

    and change it as needed so heads will not be cropped then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    then add following code to Quick CSS in Enfold theme options under General Styling tab

    a.grid-image {
        border-radius: 1000px;
    }

    Best regards,
    Yigit

    #577004

    Thank You!
    You are the best!

    #577294

    Hey!

    You are welcome! :)
    Yes, please add following code to Quick CSS as well

    a.grid-image {
        border: 1px solid #e2e2e2;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.