• agritux

    (@agritux)


    Hi,

    i want to change the limit of excerpt text limit. In themegrill web page it says that there is a setting for that but i can not find it. How can i change the limit with custom css code?

    one more thing,
    i want to change the height of featured image in homescreen post roll.
    i want to make them same height. can i do it with custom css code?

    i mean that; if i chose different size of featured images, its thumbs are (above the excerpt text) shown in different height. it makes homepage bad designed. i want to make it same height.

    i used this code (below) but it changed all of thumb sizes.

    img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
        max-height: 250px
    }

    sorry for bad english.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter agritux

    (@agritux)

    if it is impossible or it makes design worse; is there any way to make all of post 1 column like first post?

    Hello,

    I just saw this, and I think I have found an answer for you:

    Insert

    .widget_highlighted_posts img {
    height: 180px;
    }

    (or whatever amount of pixels looks best)
    in the custom css.
    Please reply so I know if it helped!

    -Will

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post excerpt limit and featured image height’ is closed to new replies.