Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • dattard1 Friend
    #205671

    I’ve created a nmber of blog items which each have images in them. The intro image parameter, when referenced appears correctly on the Articles referenced in the “From the blog” at the bottom of the home page (http://www.intentmultimedia.com).

    However, the same image, is too large and looks very ugly in the blog – Category blog layout: http://www.intentmultimedia.com/bog

    Can you tell me how I make it look better in the blog / category?

    David

    chavan Friend
    #567624

    add this code to custom.css

    .leading .item-image img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
    }

    chavan Friend
    #732734

    add this code to custom.css

    .leading .item-image img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
    }

    dattard1 Friend
    #567633

    I did – but still got very large images which look very bad

    chavan Friend
    #567642

    remove the above suggested and use this code


    .intro-image-wrap .item-image img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
    }

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

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

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