• Hello.

    I have two Advanced Texts.
    The first one only shows on Tablet, as toggle in “Advanced > Display mode”.
    The second one only shows on Mobile.

    When I set the screen width to 577-767px, both of Texts shows.
    It seem that “.d-sm-block” class covered mobile display range.

    Could you fix this problem?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @takenaka,

    I quick check and found the bug too.

    For the quick fix, please don’t use Display mode but instead use CSS Classes. You can add CSS classes from Advanced => Additional CSS class(es) (below General and Advanced Tab)

    Hide on Mobile => d-none d-md-block d-lg-block
    Hide on Tablet and Desktop => d-lg-none d-md-none

    We will fix it in the next version.

    Best Regards!

    Thread Starter takenaka

    (@takenaka)

    Thank you for your reply.

    I have the same problem not only in Advanced Texts but also in other Blocks.
    If you could fix it, it would be greatly appreciated.
    Thanks for the great plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Hide on Tablet” does not work, also displayed in mobile size’ is closed to new replies.