Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • felix1 Friend
    #204531

    On homepage I inspected “.magazine-featured.style-4 .item .news-item” beacuse the image is compressed a bit, but I can’t figure out how to change the code in custom.css?

    Especially the third image from left is compressed (see screenshot).


    1. Skärmklipp

    Felix Rimfrost

    phong nam Friend
    #562478

    Open your custom.css file line 130

    find

    .t3-wrapper .main #t3-mainbody .magazine-featured .magazine-featured-items .magazine-featured-leading #carousel-example-generic .pull-left.item-image {
    height: 168px;
    max-height: 800px;
    }

    change to

    .t3-wrapper .main #t3-mainbody .magazine-featured .magazine-featured-items .magazine-featured-leading #carousel-example-generic .pull-left.item-image {
    height: 168px;
    max-height: 800px;
    min-height: 210px;
    }

    it will make your imgs look better

    Thanks

    felix1 Friend
    #562530

    Thanks, but now image 1 and 2 from left are stretched (see screenshot).

    I don’t know what’s wrong, but from the beginning the images in this section were fine? I really want the box size to be 168px, without any images being stretched or compressed.

    Is it possible to do that? It isn’t necessary that the whole image is visible in the box, just not stretched or compressed…


    1. Skärmklipp

    Felix Rimfrost

    phong nam Friend
    #562879

    Hi there,

    <blockquote>I don’t know what’s wrong, but from the beginning the images in this section were fine? </blockquote>

    Yes, its fine.

    <blockquote> I really want the box size to be 168px, without any images being stretched or compressed.

    Is it possible to do that? It isn’t necessary that the whole image is visible in the box, just not stretched or compressed…</blockquote>

    Try to change the min height to 190 or 200px, I looks better for all imgs.

    Thank you

    felix1 Friend
    #563118

    <em>@Leo Burnetts 463132 wrote:</em><blockquote>Hi there,

    Yes, its fine.

    Try to change the min height to 190 or 200px, I looks better for all imgs.

    Thank you</blockquote>

    Thanks, but I solved it by my own…

    Felix Rimfrost

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  felix1 9 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum