Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anna Bansaghi

    (@annabansaghi)

    Hi @cuteantonyraj,

    unfortunately there is no option for that. I will keep in mind as it is a feature request.

    use this code on area

    <div class=”Actionmobile” style=”background-color:#FCFCFC”>
    <br><br>
    </div>

    and this on css file (can you change 765px with any resolution that you want to active that area)
    .Actionmobile {
    display: none;
    }

    @media screen and (max-width: 765px) {
    .Actionmobile {
    display: block;
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show Info Below Icon’ is closed to new replies.