Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #948800

    Hi
    Add below code in custom.css file increase the width as per needs .
    Image use 100% width of the container , beucase the container has 16% width it use same with .

    .link-item .col-media {
    
        width: 16.66666667!important%;
    }

    Hope it helps

    giuliano m Friend
    #948845

    Hi and thx ^^,
    it works but the text falls. the result that I would have, is that of the image. Can you give me an advice please let?


    1. Screenshot_31
    Pankaj Sharma Moderator
    #949045

    Hi
    Try the code below to get this view

    .link-item .col-content {
        float: right;
        width: 62.333333%;
    }
    .link-item .item-image {
        max-height: 70px;
    }
    .link-item .col-media {
        width: 36.666667%;
    }

    Hope it helps

    giuliano m Friend
    #949072

    Is perfect ^^
    Thanks for your help . You were very kind

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

This topic contains 4 replies, has 2 voices, and was last updated by  giuliano m 8 years, 2 months ago.

The topic ‘image size, Most read and Latest news’ is closed to new replies.