Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Walter Doljar Friend
    #705559

    Using JAUniversity J3.4.4 (migrated from 2.5)
    Menu item “Categoryblog”

    Need articles of a category shown in a blog-layout with resized images (to a consistent small width).
    Now the intro-images don?t get resized. One column ore more columns – intro-images are too big, no resizing.

    Screenshot: Articles in 1 column
    Link to a 2 column layout: http://www.alpen-adria-gymnasium.at/index.php/geschichte/administratio/facility/avg/berichte-avg

    I tried this as mentioned in other posts but with no result.

    .blog-featured .img-intro-left img {
    width: 200px;
    border: 1px solid #ccc
    padding: 5px;
    }
    or...
    .leading .item-image img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
    }
    or....
    .intro-image-wrap .item-image img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
    }

    HOW can I make the intro images being resized in a category blog layout with a consistent width?
    At least a 1 column layout with resized images would be nice.

    Ninja Lead Moderator
    #705814

    Hi,

    You can try with my tweak below:

    Open templates/ja_university/css/template.css file and add new css style


    .img-intro-left img {
    width: 100% !important;
    }

    Once done to clear cache from admin area and check it again.

    Regards

    Ninja Lead Moderator
    #752126

    Hi,

    You can try with my tweak below:

    Open templates/ja_university/css/template.css file and add new css style


    .img-intro-left img {
    width: 100% !important;
    }

    Once done to clear cache from admin area and check it again.

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 1 month ago.

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