Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ied factory Friend
    #874223

    under resolution 800, thumbnails are not at their normal size !! ? see screenshot
    http://www.stephanebernard.eu/index.php/le-programme/les-affiches

    Pankaj Sharma Moderator
    #874974

    Hi
    You can define the max-width in the article images via article editor .
    The article image use 100% so it look like thi .
    Or go to /===============================
    /templates/purity_iii/local/css/themes/custom-theme/template.css
    ================================================================================
    /
    find this code

    @media screen and (max-width:992px){article img,.article-intro img,article img
    

    change it with

    @media screen and (max-width:992px){.article-intro img,article img
    

    it will remove 100% width from article images .
    Hope it helps .

    ied factory Friend
    #875133

    OK I remove "width: 100% !important;" and it works… Thanks…
    in
    @media screen and (max-width: 992px) {
    article img,
    .article-intro img,
    article img[align=left],
    .article-intro img[align=left],
    article img[align=right],
    .article-intro img[align=right],
    article .img_caption,
    .article-intro .img_caption,
    article .article-image-full,
    .article-intro .article-image-full,
    article .article-image-intro,
    .article-intro .article-image-intro,
    article .img-intro-none,
    .article-intro .img-intro-none,
    article .img-intro-left,
    .article-intro .img-intro-left,
    article .img-intro-right,
    .article-intro .img-intro-right,
    article .img-fulltext-none,
    .article-intro .img-fulltext-none,
    article .img-fulltext-left,
    .article-intro .img-fulltext-left,
    article .img-fulltext-right,
    .article-intro .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    }@media screen and (max-width: 992px) {
    article img,
    .article-intro img,
    article img[align=left],
    .article-intro img[align=left],
    article img[align=right],
    .article-intro img[align=right],
    article .img_caption,
    .article-intro .img_caption,
    article .article-image-full,
    .article-intro .article-image-full,
    article .article-image-intro,
    .article-intro .article-image-intro,
    article .img-intro-none,
    .article-intro .img-intro-none,
    article .img-intro-left,
    .article-intro .img-intro-left,
    article .img-intro-right,
    .article-intro .img-intro-right,
    article .img-fulltext-none,
    .article-intro .img-fulltext-none,
    article .img-fulltext-left,
    .article-intro .img-fulltext-left,
    article .img-fulltext-right,
    .article-intro .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    }

    Pankaj Sharma Moderator
    #875135

    You are welcome

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 3 months ago.

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