Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • felix1 Friend
    #207571

    Hello!

    I’ve noticed that my image in mastcol position isn’t responsive.

    How can I make mastcol responsive?

    Sincerely//Felix Rimfrost


    1. mastcol_not_responsive

    Felix Rimfrost

    Saguaros Moderator
    #574724

    Hi Felix,

    You can try with this tweak:
    – Go to file: root/templates/purity_iii/css/custom.css
    – Add this css rule:

    @media (max-width: 992px) {
    .t3-sidebar img {
    width: 100%;
    }
    }

    Saguaros Moderator
    #641068

    Hi Felix,

    You can try with this tweak:
    – Go to file: root/templates/purity_iii/css/custom.css
    – Add this css rule:

    @media (max-width: 992px) {
    .t3-sidebar img {
    width: 100%;
    }
    }

    Saguaros Moderator
    #739732

    Hi Felix,

    You can try with this tweak:
    – Go to file: root/templates/purity_iii/css/custom.css
    – Add this css rule:

    @media (max-width: 992px) {
    .t3-sidebar img {
    width: 100%;
    }
    }

    felix1 Friend
    #574849

    Thanks, but the code should have been like this:

    @media (max-width: 992px) {
    .t3-mastcol img {
    width: 100%;
    }
    }

    Because it was the mastcol I asked about, not the sidebar. But I would not have solved it without your help, so thanks again! 🙂

    Felix Rimfrost

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

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

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