• Resolved Artprofile

    (@artprofile)


    The image on MOBILE is cut out and is small placed on the left, it should be 100% height and width. Any suggestion css to fix it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Labib Ahmed

    (@labibahmed42)

    What’s the link of page?

    Thread Starter Artprofile

    (@artprofile)

    Thread Starter Artprofile

    (@artprofile)

    Resolved with

    @media screen and (max-width: 768px) {
    .ih-item {
    width: 100% !important;
    height: auto !important;
    }

    @media screen and (max-width: 768px)
    .info {
    width: 100% !important;
    height: 100% !important;
    }

    @media screen and (max-width: 450px) and (min-width: 320px)
    .info {
    width: 100% !important;
    height: auto !important;
    }

    For Tablet I would like 2 column…
    I have to look for a solution

    Thread Starter Artprofile

    (@artprofile)

    Hi Labib Ahmed,
    could you help me with tablet version?
    at the moment is setting with 4 column, 2 will be perfect!
    Tks

    Plugin Author Labib Ahmed

    (@labibahmed42)

    Hi,
    Gridding is not controlled by this plugin it is using visual composer gridding to changing in plugin will didn’t work.

    BR

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Square effect 6 not responsive on mobile’ is closed to new replies.