Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • karocki Friend
    #195106

    Hi All,

    Busy using the portfolio template style and noticed that the image resizing for the responsive layout is a bit odd. When your screen size gets to about 960px or slightly less it massively increases the images sizes (from about 350px to about 720px).

    I am wanting to keep them smaller to keep file sizes down but cant seem to work out how to change this so the images don’t increase so much.

    Any ideas?

    Ninja Lead Moderator
    #524138

    Please try this workaround:

    Open the templates/purity_iii/css/layouts/porfolio.css file and add new css rule to the end of file:

    @media (min-width: 800px) and (max-width: 960px) {
    .porfolio-items .item-image img {
    width: auto !important;
    padding: 0 !important;
    }
    }

    karocki Friend
    #524330

    Hi there,

    Thanks for the assistance but didn’t make a difference. The first line “@media (min-width: 800px) and (max-width: 960px) {” appears greyed out so not sure if thats the issue.

    Anymore ideas?

    Ninja Lead Moderator
    #524535

    I would need to take a closer look at your site. Please pm me URL of your site, admin access and FTP account. I will help you out

    Ninja Lead Moderator
    #525964

    I have fixed the problem directly on your site. Here is my workaround:

    Add following rule to the templates/purity_iii/css/custom.css file:

    @media (min-width: 321px) and (max-width: 960px) {
    .blog .blog-item .item-image img {
    width: auto !important;
    padding: 0 !important;
    }
    }

    Please check again and let me know if it helps.

    cadinterop Friend
    #527360

    Hello,

    I got a similar issue with Onepage template when screen width is beween 1020px and 1200px and mouse is over the image (colored). The image width is 240px instead od 213px. How to fix it?

    Ninja Lead Moderator
    #527467

    <em>@cadinterop 417159 wrote:</em><blockquote>Hello,

    I got a similar issue with Onepage template when screen width is beween 1020px and 1200px and mouse is over the image (colored). The image width is 240px instead od 213px. How to fix it?</blockquote>

    Please send me URL of your site. Any screenshot on the issue would be helpful. I will help you out then.

    lmgsupport Friend
    #527684

    I have somewhat the same issue in Purity iii. I’ve added a unordered list and styled it for the desktop browsers with no issue, but the media screen properties are ignored. I was editing the css in the t3asset directory but with finding this article have moved to the template custom css file. :-[

    cadinterop Friend
    #527811

    <em>@Ninja Lead 417296 wrote:</em><blockquote>Please send me URL of your site. Any screenshot on the issue would be helpful. I will help you out then.</blockquote>
    http://www.123soley.fr/test


    1. 123soley.fr-test
    Ninja Lead Moderator
    #528687

    <em>@cadinterop 417772 wrote:</em><blockquote>http://www.123soley.fr/test
    </blockquote>

    Apologies for this late response, somehow I missed this thread. You can fix the problem on your site site as follows:

    Open templates/ja_onepage/css/template.css file,

    Change


    img.jaimage,
    div.circle_image .img-grayscale,
    .clients .img-grayscale {
    max-width: none 9 !important;
    filter: gray 9;
    }

    To


    img.jaimage,
    div.circle_image .img-grayscale,
    .clients .img-grayscale {
    max-width: none 9 !important;
    filter: gray 9;
    max-width: none !important;
    }

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

This topic contains 10 replies, has 4 voices, and was last updated by  Ninja Lead 10 years ago.

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