Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1304460

    Hello,
    1) How move title up ? and little biger ?

    Title

    2) We need squere format 195×195 by default, how change 180×180 to 195×195 ?

    SQ

    Thank you

    • This topic was modified 3 years, 1 month ago by EnvatoOvis.
    #1304665

    no idea?

    #1304670

    Hey,

    Thanks for contacting us!

    1- Please go to Enfold theme options > Blog Layout > Blog Styling and choose “Modern Business”

    2- Please add following code to Functions.php file of your child theme

    
    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size['square'] = array('width'=>195, 'height'=>195);
    return $size;
    }

    Then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

    #1304676

    Super, Thank you :)

    #1304681

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day! :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Title and Image’ is closed to new replies.