• Resolved Chris_Kiwi

    (@chris_kiwi)


    I installed Hueman and as all my images are stored externally I am using Nelio External Featured Image Plugin to attach a feature image to my blogposts.
    But the external feature images result in different sized thumbs on the main page !!
    http://www.eastcoastphotos.co.nz/

    If you look at the page the image of “feature post” and “post 2” are stored externally and the image of “post 1” is stored in the wordpress media library.

    All I want to do is set the max height of the thumbnails (currently 245 px) to 160 px (like the thumb of “post 1” which is stored in the wordpress media library.
    I could not find any code relating to the thumbs in style.css

    Where is the height of the post thumb images set?

    Thanks in advance !!

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

    (@chris_kiwi)

    Ok. I think I solved it…

    The problem was that the image was coming through the plugin.
    In the hueman css I added

    img.nelioefi {
      max-height: 162px;
      }

    To fix the small feature image icons in the sidebar I added “height” to line 1206 in the hueman css

    .alx-tab .tab-item-thumbnail { width: 80px; height: 60px; margin-left: -94px; float: left; }

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Hueman] Change height of blog thumb images’ is closed to new replies.