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

    Hi
    Add below code in the custom.css file to change the size of item and images.

    .items-leading .item-image img {
        width: 100%;
    }
    @media screen and (min-width: 992px)
    {
    .items-leading .item-image.pull-left {
        width: 40%;
    }
    }
    @media screen and (min-width: 992px)
    {.items-leading .item-ct {
        width: 60%;
    }}

    Regards

    estevecom Friend
    #1065773

    Hi Pankaj,

    It fits my exact needs !

    thank you very much!
    Pierre

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

This topic contains 2 replies, has 2 voices, and was last updated by  estevecom 7 years, 1 month ago.

The topic ‘blog layout’ is closed to new replies.