• Resolved oscarclic

    (@oscarclic)


    Hi!

    I need to change the size of the thumbnails in grid view of listings.

    I’ve been searching for several days in the code and modifying the css parameters, but i couldn´t find the way to make it work.

    How the correct form to change it is? Maybe i’m wrong and this parameter can’t be changed.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter oscarclic

    (@oscarclic)

    Solved.

    The issue was that i did’nt change image size name in file functions-acadp-html.php.

    I changed ‘medium’ size for ‘large’ in line 237 and it works correctly.

    $image_attributes = wp_get_attachment_image_src( $images[0], ‘large‘ );

    Then i set the img attribute:

    .acadp .thumbnail img {
    width: 100%;
    }

    in css and it works perfectly.

Viewing 1 replies (of 1 total)

The topic ‘Thumbnail size in grid/list view’ is closed to new replies.